-
- Downloads
Pr algorithm container (#858)
* Algorithm container * Fixes for algorithm/contrainers.py * Fix algorithms/containers and unittest * loss_weight for LossAlg * Loss for EncodingAlgorithm * AlgorithmInterface Unify interface for Algorithm and RLAlgorithm * Update agent to use the new algorithm interface & fix EchoAlg bug * Cleanup and update SacAlgorithm * Update other algorithms * Fix tests * More tests and comments * Address comments * Address more review comments * Fix comments
Showing
- .ci-cd/build.sh 2 additions, 0 deletions.ci-cd/build.sh
- alf/algorithms/actor_critic_algorithm.py 32 additions, 15 deletionsalf/algorithms/actor_critic_algorithm.py
- alf/algorithms/actor_critic_loss.py 28 additions, 24 deletionsalf/algorithms/actor_critic_loss.py
- alf/algorithms/agent.py 88 additions, 94 deletionsalf/algorithms/agent.py
- alf/algorithms/agent_helpers.py 19 additions, 15 deletionsalf/algorithms/agent_helpers.py
- alf/algorithms/agent_test.py 7 additions, 7 deletionsalf/algorithms/agent_test.py
- alf/algorithms/algorithm.py 95 additions, 187 deletionsalf/algorithms/algorithm.py
- alf/algorithms/algorithm_interface.py 317 additions, 0 deletionsalf/algorithms/algorithm_interface.py
- alf/algorithms/containers.py 622 additions, 0 deletionsalf/algorithms/containers.py
- alf/algorithms/containers_test.py 140 additions, 0 deletionsalf/algorithms/containers_test.py
- alf/algorithms/ddpg_algorithm.py 47 additions, 25 deletionsalf/algorithms/ddpg_algorithm.py
- alf/algorithms/ddpg_algorithm_test.py 2 additions, 3 deletionsalf/algorithms/ddpg_algorithm_test.py
- alf/algorithms/decoding_algorithm.py 3 additions, 3 deletionsalf/algorithms/decoding_algorithm.py
- alf/algorithms/diayn_algorithm.py 9 additions, 13 deletionsalf/algorithms/diayn_algorithm.py
- alf/algorithms/dynamic_action_repeat_agent.py 19 additions, 23 deletionsalf/algorithms/dynamic_action_repeat_agent.py
- alf/algorithms/encoding_algorithm.py 106 additions, 17 deletionsalf/algorithms/encoding_algorithm.py
- alf/algorithms/entropy_target_algorithm.py 28 additions, 19 deletionsalf/algorithms/entropy_target_algorithm.py
- alf/algorithms/entropy_target_algorithm_test.py 4 additions, 4 deletionsalf/algorithms/entropy_target_algorithm_test.py
- alf/algorithms/generator.py 3 additions, 4 deletionsalf/algorithms/generator.py
- alf/algorithms/goal_generator.py 13 additions, 12 deletionsalf/algorithms/goal_generator.py
Loading
Please register or sign in to comment