Skip to content

UT-Austin-RobIn/ever-improving

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ever-improving

actively being developed

Table of Contents

Description

.
├── config
│   ├── cleanrl
│   └── experiment
└── improve
    ├── cleanrl
    ├── purejaxrl
    │   └── experimental
    │       └── s5
    ├── simpler_mod
    └── wrappers

Installation

  • install SIMPLER
  • install Octo
  • piip install -e .

Usage

Using Hydra Tips:

python main.py job/wandb=dont algo=sac train.use_train=True

  • a/b selects config group b from parent group a
  • a.b sets attribute b of group a

python main.py -m +exp=may29_sac

  • -m flag is needed for multirun experiments

Experiments:

  • SB3
    • python improve/sb3/main.py
  • CleanRL
    • python improve/cleanrl/ppo.py

License

TBD

Contributing

TBD

Acknowledgements

TBD

References

TBD

About

Approaching 100% Success (one day)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%