OpenCog wrapper around OpenAI Gym.
Highly experimental at this stage.
OpenCog tools
- cogutil
- atomspace
- ure
- spacetime
- pln
- cogserver
- attention
- opencog
Third party tools
- Python 3
- python-orderedmultidict https://pypi.org/project/orderedmultidict/
- gym https://gym.openai.com/
In the root folder enter the following command
pip install .
For now a gym agent defined under the agent
folder is provided that
can used to implement agents for given environments. See the examples
under the examples
folder.