Skip to content

amina-mardiyyah/HypOptRL

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%