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.
- https://blogs.unity3d.com/2018/06/26/solving-sparse-reward-tasks-with-curiosity/#780000872
- https://pathak22.github.io/noreward-rl/
- https://www.youtube.com/watch?v=9YomzVTv3Ho
- create a
venv
environment using Python 3
cd custom_implementation
pip install -r requirements.txt
python main.py