mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
Intern bootcamp env (#146)
* Created registry and started off the env * Local testing works * process working but error in gen * removed old code * adding debug, it's still not progressing to collect trajectories * linting * removed redundant settings
This commit is contained in:
parent
ea304892ee
commit
283877dd88
8 changed files with 1218 additions and 0 deletions
7
environments/intern_bootcamp/__init__.py
Normal file
7
environments/intern_bootcamp/__init__.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
"""
|
||||
InternBootcamp RL Environment for Atropos
|
||||
"""
|
||||
|
||||
from .intern_bootcamp_env import InternBootcampEnv, InternBootcampEnvConfig
|
||||
|
||||
__all__ = ["InternBootcampEnv", "InternBootcampEnvConfig"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue