Skip to content

Own researches in reinforcement learning using openai-gym.

Notifications You must be signed in to change notification settings

livankrekh/Reinforce_experimental

Repository files navigation

Reinforce experimental

Own researches in reinforcement learning using openai-gym. For study and research purposes

Resolved problems

Installation of Mountain Car

For installation, please, use pip3 to install dependencies:

> pip3 install -r requirements.txt

To run it, use following command:

> python3 mountainCar.py

Mountain Car results

car1 car2

Partially resolved

Bipedal Walker Installation

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

Bipedal Walker results

marvin1 marvin2 marvin3