| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2023-07-23 | 1.9 kB | |
| Release 0.6.0 source code.tar.gz | 2023-07-23 | 1.8 MB | |
| Release 0.6.0 source code.zip | 2023-07-23 | 1.8 MB | |
| Totals: 3 Items | 3.6 MB | 0 | |
What's Changed
- Adds multi-training backend support by @edbeeching in https://github.com/edbeeching/godot_rl_agents/pull/111
- feat(sb3): also track reward in tensorboard by @visuallization in https://github.com/edbeeching/godot_rl_agents/pull/113
- feat(multi discrete action spaces): added support for multi discrete action spaces by @visuallization and @Ivan-267 in https://github.com/edbeeching/godot_rl_agents/pull/110
- Fixes clean_rl_example.py default env path and related CUSTOM_ENV documentation section by @Ivan-267 in https://github.com/edbeeching/godot_rl_agents/pull/116
- Update setup.cfg to fix sb3 not training after installing godot-rl by @Ivan-267 in https://github.com/edbeeching/godot_rl_agents/pull/120
- Update CUSTOM_ENV.md - Small spelling correction by @Ivan-267 in https://github.com/edbeeching/godot_rl_agents/pull/122
- Adds multiple env support to the SB3 wrapper by @edbeeching in https://github.com/edbeeching/godot_rl_agents/pull/123
- Feature: experiment_dir + experiment_name by @visuallization in https://github.com/edbeeching/godot_rl_agents/pull/126
- Experiment name typo correction by @Ivan-267 in https://github.com/edbeeching/godot_rl_agents/pull/131
- chore(docs): added short entry regarding training statistics and tensorboard by @visuallization in https://github.com/edbeeching/godot_rl_agents/pull/128
- Feature/hp tuning by @visuallization in https://github.com/edbeeching/godot_rl_agents/pull/130
- Updates support of sb3 to latest version by @edbeeching in https://github.com/edbeeching/godot_rl_agents/pull/134
- Adds resuming and saving model to sb3 example by @Ivan-267 in https://github.com/edbeeching/godot_rl_agents/pull/135
- Update ADV_STABLE_BASELINES_3.md by @Ivan-267 in https://github.com/edbeeching/godot_rl_agents/pull/136
Full Changelog: https://github.com/edbeeching/godot_rl_agents/compare/v0.5.0...v0.6.0