x-tu / GGF-wcMDP

0 stars 0 forks source link

Implementation for solving fixed-policy LP #13

Closed x-tu closed 1 year ago

x-tu commented 1 year ago

For issue #10. The main changes include:

  1. LP solver: src/solver/fix_policy.py
  2. Policy convertor: src/stable_baselines3/common/fix_policy.py
  3. Run experiments for comparison: src/experiments/main/fix_policy.py