Releases: IRLL/HIPPO_Gym
Release v2.0.0-alpha.2
Changes
Changelog : v2.0.0-alpha.1...master
This release includes several important updates and bug fixes. Here are the key changes:
-
Requirements and Dependencies: requirements.txt and requirements-example.txt were updated.
-
Minigrid Data Collection: Minigrid now collects data into the /records file and records JSON data. A bug where data was not saved for some devices was also fixed.
-
Docker Setup: The Docker setup was fixed from an older version and is now working. Docker should now allow visual experiments through xvfb.
-
Minigrid Example: Visual controls were added to the Minigrid example.
-
Lunar Lander: A rendering issue was solved, and the control display was fixed to show arrows instead.
-
Docker and hcraft_example: Docker can now run the hcraft_example (or any visual/pygame experiment).
Next Steps
We will continue to improve the functionality and stability of HIPPO Gym. Please report any issues you encounter. Thank you for your support!
Add Recorders and update docs
Also fix some dependencies issues.
Full Changelog: v2.0.0-alpha...v2.0.0-alpha.1
🛠️ HippoGym v2 alpha release
Deploy first PyPi pre-release of HippoGym v2
Full Changelog: v1.1.0...v2.0.0-alpha
🎉 HippoGym v1.1.0
What's Changed
- actually add TAMER and COACH code by @NickNissen in #16
- update PILLOW version to 7.1.0 following security vulnerability notif… by @NickNissen in #17
- add ability to set useAWS to false in config.yml by @NickNissen in #18
- Bump pyyaml from 5.3.1 to 5.4 by @dependabot in #21
- Bump pillow from 7.1.0 to 8.1.1 by @dependabot in #20
- add .DS_Store to gitignore by @konantian in #22
- Bump websockets from 8.1 to 9.1 by @dependabot in #25
- Bump pillow from 8.1.1 to 8.2.0 by @dependabot in #24
- Bump pillow from 8.2.0 to 9.0.1 by @dependabot in #30
- Bump numpy from 1.18.5 to 1.22.0 by @dependabot in #37
New Contributors
- @dependabot made their first contribution in #21
- @konantian made their first contribution in #22
Full Changelog: v1.0.0...v1.1.0
Initial Public Release
Merge pull request #15 from IRLL/agent_class Agent class
Beta
This release represents the beta version which has been tested and deployed within the IRLL. We recommend using v1.0.0 or greater.