younggyoseo / pytorch-acer

PyTorch implementation of Sample Efficient Actor-Critic with Experience Replay(ACER)
16 stars 5 forks source link

Support with Gym MiniGrid Maze Tasks (3D Mazes) #2

Open Riashat opened 5 years ago

Riashat commented 5 years ago

Hi,

Is there an easy way to make this repo compatible with gym minigrid tasks? https://github.com/maximecb/gym-minigrid

These minigrid tasks are particularly useful, since they are 3D mazes, and have partial observability, similar to ALE tasks which this repo supports.

Would be great if there is an easy way to make this repo compatible with gym minigrid, for RL researchers to use this off the shelf, especially as NeurIPS 2019 deadline is approaching :)

younggyoseo commented 5 years ago

I'll have a look at the repo you linked and try to figure out how to make this repo compatible with those tasks. Thanks!