You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have a wrapper to make environments fully discrete.
Motivation
Currently, obs spaces are Box. It would be great to have versions of the env with fixed grids and Discrete spaces to test provably efficient algorithms in discrete MDPs.
Pitch
MiniGrids are amazing to test exploration algorithms, but they cannot be used to tabular algorithms. With wrappers or versions of the env that are fully discrete, early-stage of algorithms can be tested. Say I develop a novel version of Q-Learning for exploration. I could first test it with tabular Q-Learning, and then move to DQN.
Checklist
I have checked that there is no similar issue in the repo (required)
The text was updated successfully, but these errors were encountered:
Proposal
Have a wrapper to make environments fully discrete.
Motivation
Currently, obs spaces are
Box
. It would be great to have versions of the env with fixed grids andDiscrete
spaces to test provably efficient algorithms in discrete MDPs.Pitch
MiniGrids are amazing to test exploration algorithms, but they cannot be used to tabular algorithms. With wrappers or versions of the env that are fully discrete, early-stage of algorithms can be tested. Say I develop a novel version of Q-Learning for exploration. I could first test it with tabular Q-Learning, and then move to DQN.
Checklist
The text was updated successfully, but these errors were encountered: