Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.8 KB

README.md

File metadata and controls

51 lines (34 loc) · 1.8 KB

The Room environments (compatible with gymnasium)

DOI PyPI version

At the moment, there are three versions of the Room environments.

Training agents for these environments are in a separate repo.

README for each version

List of academic papers that use the Rooms environments

pdoc documentation

Click on this link to see the HTML rendered docstrings

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Run make test && make style && make quality in the root repo directory, to ensure code quality.
  4. Commit your Changes (git commit -m 'Add some AmazingFeature')
  5. Push to the Branch (git push origin feature/AmazingFeature)
  6. Open a Pull Request

License

MIT

Authors