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

The support for deepmind lab #267

Closed ddayzzz closed 5 years ago

ddayzzz commented 5 years ago

Deepmind lab is a simulation enviroment like 3D maze whose observation is RGBD. And I want to know:

galnov commented 5 years ago

We are not planning to add support for DeepMind Lab, but are definitely open to such contributions from the community. Regarding RGBD support - the PlanarMaps observation space defines a stack of 2D observations which can be used to represent RGBD images.

ddayzzz commented 5 years ago

Thank you for your advise. I managed to use the gym wrapper for the deepmind lab environment.