/eth-rl

Primary LanguageJupyter NotebookMIT LicenseMIT

eth-rl

Reproduce the Dev Environment

Create the environment

python -m venv .venv

Activate the environment

source .venv/bin/activate # linux, bash
source .venv/bin/activate.fish # linux, fish

Install the requirements

pip install -r requirements.txt