-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
I would like to have students do a basic homework assignment with CommonRLInterface. This will have two parts:
- 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.
- 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:
observations(env)observations(env) #10- A way to render the environment.
For part 2, just the required interface will suffice.
Reactions are currently unavailable