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
Hi there, we spoke at Cosyne. Cool work! I've skimmed the repo and am not sure where to begin my hacks or whether it would be too cumbersome. Would it be possible for you to provide some instructions on how to best hack your repo to support partial observability?
Thanks!
Matthew
The text was updated successfully, but these errors were encountered:
ARENA
I would look at the simple 2D arena and create a class that changes the make_observation function. For now, the observation is the full state of the environment. It should be easy for you to modify it to be partially observable. Consider creating a new arena class following the guideline here (https://github.com/ClementineDomine/NeuralPlayground/tree/main/neuralplayground/arenas), basically inheriting from Simple2D class
Hi there, we spoke at Cosyne. Cool work! I've skimmed the repo and am not sure where to begin my hacks or whether it would be too cumbersome. Would it be possible for you to provide some instructions on how to best hack your repo to support partial observability?
Thanks!
Matthew
The text was updated successfully, but these errors were encountered: