.gitignore
.travis.yml
CHANGELOG.md
LICENSE
Makefile
README.md
mkdocs.yaml
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
.github/pull_request_template.md
.github/workflows/python_unittest.yaml
benchmarks/README.md
benchmarks/benchmark.py
benchmarks/requirements.txt
benchmarks/run_atari.sh
benchmarks/run_pybullet.sh
benchmarks/run_spinup.sh
benchmarks/run_tabular.sh
cerise.egg-info/PKG-INFO
cerise.egg-info/SOURCES.txt
cerise.egg-info/dependency_links.txt
cerise.egg-info/requires.txt
cerise.egg-info/top_level.txt
cherry/__init__.py
cherry/_torch.py
cherry/_utils.py
cherry/_version.py
cherry/debug.py
cherry/distributions.py
cherry/experience_replay.py
cherry/optim.py
cherry/pg.py
cherry/plot.py
cherry/td.py
cherry/algorithms/__init__.py
cherry/algorithms/a2c.py
cherry/algorithms/arguments.py
cherry/algorithms/ddpg.py
cherry/algorithms/drq.py
cherry/algorithms/drqv2.py
cherry/algorithms/ppo.py
cherry/algorithms/sac.py
cherry/algorithms/td3.py
cherry/algorithms/trpo.py
cherry/envs/__init__.py
cherry/envs/utils.py
cherry/models/__init__.py
cherry/models/atari.py
cherry/models/robotics.py
cherry/models/tabular.py
cherry/models/utils.py
cherry/nn/__init__.py
cherry/nn/action_value.py
cherry/nn/epsilon_greedy.py
cherry/nn/init.py
cherry/nn/misc.py
cherry/nn/mlp.py
cherry/nn/policy.py
cherry/nn/robotics_layers.py
cherry/nn/state_value.py
cherry/wrappers/__init__.py
cherry/wrappers/action_lambda_wrapper.py
cherry/wrappers/action_space_scaler_wrapper.py
cherry/wrappers/base_wrapper.py
cherry/wrappers/closer.py
cherry/wrappers/logger_wrapper.py
cherry/wrappers/monitor_wrapper.py
cherry/wrappers/normalizer_wrapper.py
cherry/wrappers/openai_atari_wrapper.py
cherry/wrappers/recorder_wrapper.py
cherry/wrappers/reward_clipper_wrapper.py
cherry/wrappers/reward_normalizer_wrapper.py
cherry/wrappers/runner_wrapper.py
cherry/wrappers/state_lambda_wrapper.py
cherry/wrappers/state_normalizer_wrapper.py
cherry/wrappers/timestep_wrapper.py
cherry/wrappers/torch_wrapper.py
cherry/wrappers/visdom_logger_wrapper.py
docs/CNAME
docs/changelog.md
docs/index.md
docs/api/cherry.algorithms.md
docs/api/cherry.debug.md
docs/api/cherry.distributions.md
docs/api/cherry.envs.md
docs/api/cherry.md
docs/api/cherry.models.md
docs/api/cherry.nn.init.md
docs/api/cherry.nn.md
docs/api/cherry.optim.md
docs/api/cherry.pg.md
docs/api/cherry.plot.md
docs/api/cherry.td.md
docs/api/cherry.wrappers.md
docs/assets/css/custom.css
docs/assets/images/cherry.png
docs/assets/images/cherry_full.png
docs/assets/images/favicons/apple-touch-icon-114x114.png
docs/assets/images/favicons/apple-touch-icon-120x120.png
docs/assets/images/favicons/apple-touch-icon-144x144.png
docs/assets/images/favicons/apple-touch-icon-152x152.png
docs/assets/images/favicons/apple-touch-icon-57x57.png
docs/assets/images/favicons/apple-touch-icon-60x60.png
docs/assets/images/favicons/apple-touch-icon-72x72.png
docs/assets/images/favicons/apple-touch-icon-76x76.png
docs/assets/images/favicons/favicon-128.png
docs/assets/images/favicons/favicon-16x16.png
docs/assets/images/favicons/favicon-196x196.png
docs/assets/images/favicons/favicon-32x32.png
docs/assets/images/favicons/favicon-96x96.png
docs/assets/images/favicons/favicon.ico
docs/assets/images/favicons/mstile-144x144.png
docs/assets/images/favicons/mstile-150x150.png
docs/assets/images/favicons/mstile-310x150.png
docs/assets/images/favicons/mstile-310x310.png
docs/assets/images/favicons/mstile-70x70.png
docs/tutorials/debugging_rl.md
docs/tutorials/distributed_ppo.md
docs/tutorials/getting_started.md
docs/tutorials/recurrent_a2c.md
examples/actor_critic_cartpole.py
examples/actor_critic_gridworld.py
examples/ppo_pendulum_gpu.py
examples/reinforce_cartpole.py
examples/atari/README.md
examples/atari/a2c_atari.py
examples/atari/debug_atari.py
examples/atari/dist_a2c_atari.py
examples/atari/dqn_atari.py
examples/atari/ppo_atari.py
examples/bsuite/README.md
examples/bsuite/__init__.py
examples/bsuite/trpo_v_random.py
examples/dmc/Makefile
examples/dmc/README.md
examples/dmc/dmc_sweep_proprioceptive.yaml
examples/dmc/dmc_sweep_vision.yaml
examples/dmc/models.py
examples/dmc/tasks.py
examples/dmc/train.py
examples/dmc/utils.py
examples/mujoco/offpolicy_training.py
examples/pybullet/README.md
examples/pybullet/delayed_tsac_pybullet.py
examples/pybullet/dist_ppo_pybullet.py
examples/pybullet/ppo_pybullet.py
examples/pybullet/sac_pybullet.py
examples/simple_rl/README.md
examples/simple_rl/simple_q_mdp.py
examples/spinning-up/README.md
examples/spinning-up/cherry_ddpg.py
examples/spinning-up/cherry_dqn.py
examples/spinning-up/cherry_ppo.py
examples/spinning-up/cherry_sac.py
examples/spinning-up/cherry_vpg.py
examples/tabular/README.md
examples/tabular/q_learning.py
examples/tabular/sarsa.py
tests/dummy_env.py
tests/memorize_digits.py
tests/integration/__init__.py
tests/integration/actor_critic_tests.py
tests/integration/spinup_ddpg_tests.py
tests/integration/spinup_ppo_tests.py
tests/integration/spinup_sac_tests.py
tests/integration/spinup_vpg_tests.py
tests/unit/__init__.py
tests/unit/_torch_tests.py
tests/unit/algorithms_ppo_tests.py
tests/unit/algorithms_trpo_tests.py
tests/unit/base_wrapper_tests.py
tests/unit/debug_logger_tests.py
tests/unit/experience_replay_tests.py
tests/unit/logger_wrapper_tests.py
tests/unit/models_utils_tests.py
tests/unit/plot_tests.py
tests/unit/rl_tests.py
tests/unit/runner_wrapper_tests.py