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.txtTo run it, use following command:
> python3 mountainCar.pyTo install environment for Marvin with dependencies, use following shell script:
> ./install_marvin.shTo run the Marvin, use next ways:
> ./marvin.pyor
> source venv/bin/activate
> python3 marvin.py



