-
- Downloads
tasac algorithm (#842)
* tasac algorithm * fix summarizing value and return * address comments and fix the Mode bug * address more comments * update
Showing
- alf/algorithms/agent.py 1 addition, 1 deletionalf/algorithms/agent.py
- alf/algorithms/tasac_algorithm.py 683 additions, 0 deletionsalf/algorithms/tasac_algorithm.py
- alf/algorithms/td_loss.py 1 addition, 1 deletionalf/algorithms/td_loss.py
- alf/bin/train_play_test.py 5 additions, 0 deletionsalf/bin/train_play_test.py
- alf/examples/tasac_bipedal_walker.png 0 additions, 0 deletionsalf/examples/tasac_bipedal_walker.png
- alf/examples/tasac_bipedal_walker_conf.py 78 additions, 0 deletionsalf/examples/tasac_bipedal_walker_conf.py
- alf/utils/averager.py 2 additions, 2 deletionsalf/utils/averager.py
- alf/utils/dist_utils.py 5 additions, 3 deletionsalf/utils/dist_utils.py
- alf/utils/plot_tb_curves.py 2 additions, 3 deletionsalf/utils/plot_tb_curves.py
- alf/utils/schedulers.py 4 additions, 3 deletionsalf/utils/schedulers.py
Loading
Please register or sign in to comment