-
- Downloads
In algorithm checkpoint pre-loading (#1430)
* In algorithm checkpoint pre-loading * Explicitly call _post_init() since decorator conflicts with alf.config * init_sub_class * Enable auto post_init call; change to prefix@path * Address comments * Address more comments
Showing
- alf/algorithms/actor_critic_algorithm.py 6 additions, 0 deletionsalf/algorithms/actor_critic_algorithm.py
- alf/algorithms/algorithm.py 84 additions, 3 deletionsalf/algorithms/algorithm.py
- alf/algorithms/algorithm_test.py 173 additions, 2 deletionsalf/algorithms/algorithm_test.py
- alf/algorithms/bc_algorithm.py 6 additions, 0 deletionsalf/algorithms/bc_algorithm.py
- alf/algorithms/causal_bc_algorithm.py 6 additions, 0 deletionsalf/algorithms/causal_bc_algorithm.py
- alf/algorithms/ddpg_algorithm.py 6 additions, 0 deletionsalf/algorithms/ddpg_algorithm.py
- alf/algorithms/dqn_algorithm.py 6 additions, 0 deletionsalf/algorithms/dqn_algorithm.py
- alf/algorithms/dynamics_learning_algorithm.py 9 additions, 1 deletionalf/algorithms/dynamics_learning_algorithm.py
- alf/algorithms/encoding_algorithm.py 6 additions, 0 deletionsalf/algorithms/encoding_algorithm.py
- alf/algorithms/iql_algorithm.py 6 additions, 0 deletionsalf/algorithms/iql_algorithm.py
- alf/algorithms/mbrl_algorithm.py 6 additions, 0 deletionsalf/algorithms/mbrl_algorithm.py
- alf/algorithms/mcts_algorithm.py 6 additions, 0 deletionsalf/algorithms/mcts_algorithm.py
- alf/algorithms/muzero_algorithm.py 6 additions, 0 deletionsalf/algorithms/muzero_algorithm.py
- alf/algorithms/muzero_representation_learner.py 6 additions, 0 deletionsalf/algorithms/muzero_representation_learner.py
- alf/algorithms/oac_algorithm.py 7 additions, 5 deletionsalf/algorithms/oac_algorithm.py
- alf/algorithms/ppg_algorithm.py 6 additions, 0 deletionsalf/algorithms/ppg_algorithm.py
- alf/algorithms/predictive_representation_learner.py 6 additions, 0 deletionsalf/algorithms/predictive_representation_learner.py
- alf/algorithms/qrsac_algorithm.py 12 additions, 6 deletionsalf/algorithms/qrsac_algorithm.py
- alf/algorithms/rl_algorithm.py 6 additions, 0 deletionsalf/algorithms/rl_algorithm.py
- alf/algorithms/sac_algorithm.py 6 additions, 0 deletionsalf/algorithms/sac_algorithm.py
Loading
Please register or sign in to comment