ascentai / flatlands-gym

An openAI gym driving simulator
MIT License
7 stars 0 forks source link

Definition of observation_space and action_space #28

Open AaronHavens opened 5 years ago

AaronHavens commented 5 years ago

It would be useful to define Box type observation_space and action_space members in flatlands_env.py. It would make getting familiar with the environment and interfacing with learning algorithms easier.