Own researches in reinforcement learning using openai-gym. For study and research purposes
For installation, please, use pip3
to install dependencies:
> pip3 install -r requirements.txt
To run it, use following command:
> python3 mountainCar.py
To install environment for Marvin with dependencies, use following shell script:
> ./install_marvin.sh
To run the Marvin, use next ways:
> ./marvin.py
or
> source venv/bin/activate
> python3 marvin.py