Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 294 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 294 Bytes

FuzzyActorCritic

Steps to train/test ABS:

  1. Make sure that you've created the requisite environment by running conda env create -f environment.yml and then activating the resultiing environment
  2. cd fuzzy_rl to switch to the right directory
  3. Run python files from this directory.