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
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:
I would like to have students do a basic homework assignment with CommonRLInterface. This will have two parts:
For part 1, the optional interface parts I need are:
observations(env)
observations(env) #10For part 2, just the required interface will suffice.
The text was updated successfully, but these errors were encountered: