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
We want a simple env where perceptions are directly provided by the user (via the python shell I suppose) and the actions provided by the agent (or possibly intercepted by the user as well).
It seems the environment would inherit from GymWrapper or such, and the agent would inherit from OpencogAgent or such.
We want a simple env where perceptions are directly provided by the user (via the python shell I suppose) and the actions provided by the agent (or possibly intercepted by the user as well).
It seems the environment would inherit from
GymWrapper
or such, and the agent would inherit fromOpencogAgent
or such.You may see https://github.com/singnet/rocca/blob/master/examples/chase.py as an example of env and agent. Alternatively that could probably be done as a jupyter notebook, which I know less about. See https://github.com/singnet/rocca/blob/master/01_minerl_hello_world.ipynb and https://github.com/singnet/rocca/blob/master/02_minerl_navigate_agent.ipynb jupiter notebook examples.
The text was updated successfully, but these errors were encountered: