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

Simple Q Learning/SARSA Homework Assignment #17

Open
zsunberg opened this issue Jun 21, 2020 · 0 comments
Open

Simple Q Learning/SARSA Homework Assignment #17

zsunberg opened this issue Jun 21, 2020 · 0 comments

Comments

@zsunberg
Copy link
Member

zsunberg commented Jun 21, 2020

I would like to have students do a basic homework assignment with CommonRLInterface. This will have two parts:

  1. I will give them a grid world environment with a clear visualization so that they can see what is going on and make sure their algorithm works.
  2. I will give them a mystery discrete environment (with obfuscated code) without a visualization so that they can experience it like the agent does with meaningless observations and only a reward signal.

For part 1, the optional interface parts I need are:

  1. observations(env) observations(env) #10
  2. A way to render the environment.

For part 2, just the required interface will suffice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant