Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Proposal] Discrete observations #417

Open
1 task done
sparisi opened this issue Feb 13, 2024 · 0 comments
Open
1 task done

[Proposal] Discrete observations #417

sparisi opened this issue Feb 13, 2024 · 0 comments

Comments

@sparisi
Copy link
Contributor

sparisi commented Feb 13, 2024

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 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant