NCERL-Diverse-PCG / README.md
baiyanlali-zhao's picture
init
eaf2e33
|
raw
history blame
2.15 kB

Negatively Correlated Ensemble RL

Verified environment

  • Python 3.9.6
  • JPype 1.3.0
  • dtw 1.4.0
  • scipy 1.7.2
  • torch 1.8.2+cu111
  • numpy 1.20.3
  • gym 0.21.0
  • scipy 1.7.2
  • Pillow 10.0.0
  • matplotlib 3.6.3
  • pandas 1.3.2
  • sklearn 1.0.1

How to use

All training are launched by running train.py with option and arguments. For example, execute python train.py ncesac --lbd 0.3 --m 5 will train NCERL with hyperparameters set as $\lambda = 0.3, m=5$. Plot script is plots.py

For the training arguments, please refer to the help python train.py [option] --help