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

Add episodes to the Minigrid environment #7

Open
con-bren opened this issue Sep 13, 2023 · 0 comments
Open

Add episodes to the Minigrid environment #7

con-bren opened this issue Sep 13, 2023 · 0 comments
Assignees

Comments

@con-bren
Copy link
Member

One episode should consist of several trials in the same environment. The number of trials should be a parameter.

We may also want to add curriculum learning over the course of the trials, such that the agent sees the same mechanic in a more complex environment, or sees two distinct mechanics and then merges them into a single puzzle in the final trial.

This can be controlled by parameters that specify the procedural generation for each trial.

One challenge is letting the procedural generation scale up based on the current capabilities of the agent. We need environments to be challenging, but not so challenging nothing is learned. Ultimately this will probably have to be dealt with outside the environment itself, so I guess it's okay with the don't have scaling within a single environment.

@con-bren con-bren self-assigned this Sep 13, 2023
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