Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 886 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 886 Bytes

Curiosity

Scope

The scope of the project is to train an agent to learn new things about an environment by using curiosity. After the agent learn how to use the tools available in the enivornment, he will be able to solve specific problems.

Concept

Similar projects

Start training

  • create a venv environment using Python 3
cd custom_implementation
pip install -r requirements.txt
python main.py