Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 367 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 367 Bytes

Prototyp Reinforment Learning Games

Virtual python environment

This will create an environment where you can install python packages without bloating your computer.

sudo apt-get/brew install python3-venv

python3 -m venv reinforcement_learning_env

source reinforcement_learning_env/bin/activate

Install

$ pip install -r requirements.txt