Skip to content

ML-Agents Beta 0.1.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@awjuliani awjuliani released this 25 Sep 20:42

Features & Additions

Unity

  • Added Basic Environment for testing discrete state environments

Python

  • Reconfigured PPO model generation to support:
    • Discrete control w/ discrete-state input
    • Continuous Control w/ visual and discrete-state input
    • Combined visual/state inputs for CC and DC
    • Color (3-channel) observations

General

  • Added pre-configured AWS AMI for cloud-training
  • Move wiki to docs directory for better community collaboration

Bug Fixes

Unity

  • Provides message for state size mismatch
  • Defaults to continuous state space for new brains