At the moment, there are three versions of the Room environments.
Training agents for these environments are in a separate repo.
- "A Machine With Human-Like Memory Systems"
- "A Machine with Short-Term, Episodic, and Semantic Memory Systems"
- "Leveraging Knowledge Graph-Based Human-Like Memory Systems to Solve Partially Observable Markov Decision Processes"
Click on this link to see the HTML rendered docstrings
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.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Run
make test && make style && make quality
in the root repo directory, to ensure code quality. - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request