Merge pull request #58 from leehanchung/patch-1

docs: update README.md in atroposlib/env/README.md
This commit is contained in:
shannonsands 2025-05-26 22:48:39 -07:00 committed by GitHub
commit d232b0fd17
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
# Base Environment (`BaseEnv`)
The `BaseEnv` class (located in `trajectoryhandler/envs/base.py`) provides a foundation for creating custom reinforcement learning environments that interact with Atropos. When creating your own environment, you will typically subclass `BaseEnv` and implement several key methods.
The `BaseEnv` class (located in `atroposlib/envs/base.py`) provides a foundation for creating custom reinforcement learning environments that interact with Atropos. When creating your own environment, you will typically subclass `BaseEnv` and implement several key methods.
## Design philosophy