takuseno/d3rlpy

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
d3rlpy/algos/qlearning/plas.py328
d3rlpy/algos/qlearning/random_policy.py100
d3rlpy/algos/qlearning/sac.py295
d3rlpy/algos/qlearning/td3.py145
d3rlpy/algos/qlearning/td3_plus_bc.py139
d3rlpy/algos/qlearning/torch/__init__.py14
d3rlpy/algos/qlearning/torch/awac_impl.py84
d3rlpy/algos/qlearning/torch/bc_impl.py131
d3rlpy/algos/qlearning/torch/bcq_impl.py232
d3rlpy/algos/qlearning/torch/bear_impl.py232
d3rlpy/algos/qlearning/torch/cal_ql_impl.py18
d3rlpy/algos/qlearning/torch/cql_impl.py242
d3rlpy/algos/qlearning/torch/crr_impl.py163
d3rlpy/algos/qlearning/torch/ddpg_impl.py183
d3rlpy/algos/qlearning/torch/dqn_impl.py105
d3rlpy/algos/qlearning/torch/iql_impl.py104
d3rlpy/algos/qlearning/torch/plas_impl.py193
d3rlpy/algos/qlearning/torch/sac_impl.py254
d3rlpy/algos/qlearning/torch/td3_impl.py64
d3rlpy/algos/qlearning/torch/td3_plus_bc_impl.py53
d3rlpy/algos/qlearning/torch/utility.py71
d3rlpy/algos/transformer/__init__.py4
d3rlpy/algos/transformer/action_samplers.py52
d3rlpy/algos/transformer/base.py439
B
5 hrs
d3rlpy/algos/transformer/decision_transformer.py228
d3rlpy/algos/transformer/inputs.py101
A
35 mins
d3rlpy/algos/transformer/torch/__init__.py1
d3rlpy/algos/transformer/torch/decision_transformer_impl.py147
d3rlpy/algos/utility.py111
d3rlpy/base.py365
A
2 hrs
d3rlpy/cli.py298
B
5 hrs
d3rlpy/constants.py42
d3rlpy/dataclass_utils.py19
d3rlpy/dataset/__init__.py11
d3rlpy/dataset/buffers.py81
d3rlpy/dataset/compat.py60
d3rlpy/dataset/components.py325
d3rlpy/dataset/episode_generator.py74
d3rlpy/dataset/io.py95
B
5 hrs
d3rlpy/dataset/mini_batch.py194
d3rlpy/dataset/replay_buffer.py703
B
4 hrs
d3rlpy/dataset/trajectory_slicers.py153
A
1 hr
d3rlpy/dataset/transition_pickers.py167
d3rlpy/dataset/utils.py294
d3rlpy/dataset/writers.py337
A
1 hr
d3rlpy/datasets.py619
C
7 hrs
d3rlpy/distributed.py31
d3rlpy/envs/__init__.py2
d3rlpy/envs/utility.py4
d3rlpy/envs/wrappers.py419
B
4 hrs