Skip to content

forrestneo/erp_gym_env

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

erp_gym_env


run ppo (stable_baselines3)

python run_ppo.py

tensorboard --logdir=log


install guide

conda create -n erp python==3.9

mkdir ./erp

chmod -R 777 ./erp

conda activate erp

pip install stable_baselines3

pip install gym

pip install pandas

pip install tensorboard


run td3

python run_td3.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages