takuseno/d3rlpy

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.json
.coveragerc
.editorconfig
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/format_check.yml
.github/workflows/test.yml
.gitignore
.readthedocs.yaml
CITATION.cff
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
ROADMAP.md
assets/breakout.gif
assets/breakout.png
assets/hopper.png
assets/logo.png
assets/mujoco_hopper.gif
d3rlpy/__init__.py52
A
0 mins
d3rlpy/_version.py1
A
0 mins
d3rlpy/algos/__init__.py3
A
0 mins
d3rlpy/algos/qlearning/__init__.py18
A
0 mins
d3rlpy/algos/qlearning/awac.py139
A
0 mins
d3rlpy/algos/qlearning/base.py726
A
0 mins
d3rlpy/algos/qlearning/bc.py147
A
0 mins
d3rlpy/algos/qlearning/bcq.py356
A
0 mins
d3rlpy/algos/qlearning/bear.py236
A
0 mins
d3rlpy/algos/qlearning/cal_ql.py144
A
0 mins
d3rlpy/algos/qlearning/cql.py283
A
0 mins
d3rlpy/algos/qlearning/crr.py168
A
0 mins
d3rlpy/algos/qlearning/ddpg.py131
A
0 mins
d3rlpy/algos/qlearning/dqn.py177
A
0 mins
d3rlpy/algos/qlearning/explorers.py116
A
0 mins
d3rlpy/algos/qlearning/iql.py151
A
0 mins
d3rlpy/algos/qlearning/nfq.py93
A
0 mins
d3rlpy/algos/qlearning/plas.py328
A
0 mins
d3rlpy/algos/qlearning/random_policy.py100
A
0 mins
d3rlpy/algos/qlearning/sac.py295
A
0 mins
d3rlpy/algos/qlearning/td3.py145
A
0 mins
d3rlpy/algos/qlearning/td3_plus_bc.py139
A
0 mins
d3rlpy/algos/qlearning/torch/__init__.py14
A
0 mins
d3rlpy/algos/qlearning/torch/awac_impl.py84
A
0 mins
d3rlpy/algos/qlearning/torch/bc_impl.py131
A
0 mins
d3rlpy/algos/qlearning/torch/bcq_impl.py232
A
0 mins
d3rlpy/algos/qlearning/torch/bear_impl.py232
A
0 mins
d3rlpy/algos/qlearning/torch/cal_ql_impl.py18
A
0 mins
d3rlpy/algos/qlearning/torch/cql_impl.py242
A
0 mins
d3rlpy/algos/qlearning/torch/crr_impl.py163
A
0 mins