IntelLabs / coach

Reinforcement Learning Coach by Intel AI Lab enables easy experimentation with state of the art Reinforcement Learning algorithms
https://intellabs.github.io/coach/
Apache License 2.0
2.32k stars 459 forks source link

Gym latest version does not support dict_space #269

Closed bbalaji-ucsd closed 5 years ago

bbalaji-ucsd commented 5 years ago

https://github.com/openai/gym/blob/master/gym/spaces/__init__.py#L7

'dict_space' has been renamed to 'dict'

Breaks coach here: https://github.com/NervanaSystems/coach/blob/master/rl_coach/environments/gym_environment.py#L324

gal-leibovich commented 5 years ago

Fixed with PR #254, which was just merged.