Skip to content

riensou/coup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coup

Setup

  1. Create a conda environment that will contain python 3:
conda create -n rl_coup python=3.9
  1. activate the environment (do this every time you open a new terminal and want to run code):
source activate rl_coup
  1. Install the requirements into this conda environment
cd src
pip install -r requirements.txt
  1. Allow your code to be able to see 'coup'
$ pip install -e .

Visualizing with Tensorboard

You can visualize your runs using tensorboard:

tensorboard --logdir data

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published