3.6.0
What's Changed
- As part of the Gym update to 0.26, the following change has been made:
done
->termination
andtruncation
: The singulardone
signal has been changed to atermination
andtruncation
signal, wheretermination
dictates that the environment has ended due to meeting certain conditions, andtruncation
dictates that the environment has ended due to exceeding the time/frame limit.
- Deprecated ConcatVecEnv and ProcConcatVecEnv because they were buggy.
- General bug fixes.
List of Changes
- Fix out of date assertation message by @jjshoots in #174
- Fix typecast bug from #175 by @jjshoots in #179
- Master to API_Update by @jjshoots in #180
- Update Lambda wrappers and fix a bunch of the tests by @jjshoots in #178
- vectorize_aec_env_v0() trunc api update by @WillDudley in #182
- Remove missing envs by @jjshoots in #185
- Updating Generic Wrappers to the new Gym API by @reginald-mclean in #184
- aec_mock_test fix by @jjshoots in #186
- Multiagent wrappers, tests, vecenv, aecenv fixes & more by @WillDudley in #183
- Truncation API Update by @jjshoots in #181
New Contributors
- @WillDudley made their first contribution in #182
- @reginald-mclean made their first contribution in #184
Full Changelog: 3.5.0...3.6.0