1
0
mirror of https://github.com/gryf/coach.git synced 2025-12-18 03:30:19 +01:00
Files
coach/benchmarks/ddpg
guyk1971 74db141d5e SAC algorithm (#282)
* SAC algorithm

* SAC - updates to agent (learn_from_batch), sac_head and sac_q_head to fix problem in gradient calculation. Now SAC agents is able to train.
gym_environment - fixing an error in access to gym.spaces

* Soft Actor Critic - code cleanup

* code cleanup

* V-head initialization fix

* SAC benchmarks

* SAC Documentation

* typo fix

* documentation fixes

* documentation and version update

* README typo
2019-05-01 18:37:49 +03:00
..
2018-08-13 17:11:34 +03:00
2018-08-13 17:11:34 +03:00
2018-08-13 17:11:34 +03:00
2018-08-13 17:11:34 +03:00
2018-08-13 17:11:34 +03:00
2018-08-13 17:11:34 +03:00
2019-05-01 18:37:49 +03:00
2018-08-13 17:11:34 +03:00
2018-08-13 17:11:34 +03:00

DDPG

Each experiment uses 3 seeds and is trained for 2M environment steps. The parameters used for DDPG are the same parameters as described in the original paper.

Inverted Pendulum DDPG - single worker

coach -p Mujoco_DDPG -lvl inverted_pendulum
Inverted Pendulum DDPG

Inverted Double Pendulum DDPG - single worker

coach -p Mujoco_DDPG -lvl inverted_double_pendulum
Inverted Double Pendulum DDPG

Reacher DDPG - single worker

coach -p Mujoco_DDPG -lvl reacher
Reacher DDPG

Hopper DDPG - single worker

coach -p Mujoco_DDPG -lvl hopper
Hopper DDPG

Half Cheetah DDPG - single worker

coach -p Mujoco_DDPG -lvl half_cheetah
Half Cheetah DDPG

Walker 2D DDPG - single worker

coach -p Mujoco_DDPG -lvl walker2d
Walker 2D DDPG

Ant DDPG - single worker

coach -p Mujoco_DDPG -lvl ant
Ant DDPG

Swimmer DDPG - single worker

coach -p Mujoco_DDPG -lvl swimmer
Swimmer DDPG

Humanoid DDPG - single worker

coach -p Mujoco_DDPG -lvl humanoid
Humanoid DDPG