Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 862 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 862 Bytes

HypOptRL

How to use code

Clone the repository

git clone https://github.com/AMNAALMGLY/HypOptRL.git

Setup a new environment using requirements.txt in repo

pip3 install -r requirements.txt 

Setup configuration in config.py file

go to src > config.py

Run python main.py with command-line arguments or with edited config file

e.g To train regression task with MLP Policy, run;

python main.py --task regression --policy MLP

to Run the baseline that we comapred our resluts to

python -m src.baseline

Contributors