atropos/environments/intern_bootcamp/__init__.py
shannonsands 283877dd88
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
2025-05-31 11:22:59 +10:00

7 lines
187 B
Python

"""
InternBootcamp RL Environment for Atropos
"""
from .intern_bootcamp_env import InternBootcampEnv, InternBootcampEnvConfig
__all__ = ["InternBootcampEnv", "InternBootcampEnvConfig"]