opencog / rocca

Rational OpenCog Controlled Agent (ROCCA). Use OpenCog to control a rational agent in OpenAI Gym and Malmo environments.
GNU Affero General Public License v3.0
30 stars 18 forks source link

Integrate OpencogAgent into the pong example #24

Open ngeiswei opened 3 years ago

ngeiswei commented 3 years ago

We have a pong example with a dummy agent

https://github.com/opencog/rocca/blob/master/examples/pong.py

it would interesting to integrate the opencog agent, this could be especially interesting to study delayed reward as the agent needs to plan its actions (moving the paddle) long before missing the ball.

To integrate the opencog agent into the pong example one may take example on the chase example

https://github.com/opencog/rocca/blob/master/examples/chase.py

github-actions[bot] commented 2 years ago

Detected no activity for this issue in the last 60 days. The issue will be closed in 7 days if no further activity occurs.