Skip to content

SciEcon/eth-rl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.7%
  • Other 0.3%