Skip to content

0.20.2

Compare
Choose a tag to compare
@davidtjones davidtjones released this 03 Jul 06:31
· 39 commits to master since this release

New Rest agent along with other fixes and changes.

  • Observation spaces now require stocks to be in the last channel
  • updated the example observation space to support this new requirement and to also contain player positional data
  • implemented AltF4's puff bot from his tutorial video using the example action space
  • redesigned is_defeated as a function decorator to reduce boilerplate code on new agents
  • updated
  • updated documentation in agents/README.md
  • updated example file