.dockerignore
.gitignore
.readthedocs.yml
CITATION.bib
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Dockerfile
LICENSE
Makefile
NOTICE
README.md
pyproject.toml
setup.py
.github/PULL_REQUEST_TEMPLATE.md
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/custom_env.yml
.github/ISSUE_TEMPLATE/documentation.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.github/ISSUE_TEMPLATE/question.yml
.github/workflows/ci.yml
docs/Makefile
docs/README.md
docs/conda_env.yml
docs/conf.py
docs/index.rst
docs/make.bat
docs/spelling_wordlist.txt
docs/_static/css/baselines_theme.css
docs/_static/img/Tensorboard_example.png
docs/_static/img/breakout.gif
docs/_static/img/colab-badge.svg
docs/_static/img/colab.svg
docs/_static/img/logo.png
docs/_static/img/mistake.png
docs/_static/img/net_arch.png
docs/_static/img/sb3_loop.png
docs/_static/img/sb3_policy.png
docs/_static/img/split_graph.png
docs/_static/img/try_it.png
docs/common/atari_wrappers.rst
docs/common/distributions.rst
docs/common/env_checker.rst
docs/common/env_util.rst
docs/common/envs.rst
docs/common/evaluation.rst
docs/common/logger.rst
docs/common/monitor.rst
docs/common/noise.rst
docs/common/utils.rst
docs/guide/algos.rst
docs/guide/callbacks.rst
docs/guide/checking_nan.rst
docs/guide/custom_env.rst
docs/guide/custom_policy.rst
docs/guide/developer.rst
docs/guide/examples.rst
docs/guide/export.rst
docs/guide/imitation.rst
docs/guide/install.rst
docs/guide/integrations.rst
docs/guide/migration.rst
docs/guide/quickstart.rst
docs/guide/rl.rst
docs/guide/rl_tips.rst
docs/guide/rl_zoo.rst
docs/guide/save_format.rst
docs/guide/sb3_contrib.rst
docs/guide/tensorboard.rst
docs/guide/vec_envs.rst
docs/misc/changelog.rst
docs/misc/projects.rst
docs/modules/a2c.rst
docs/modules/base.rst
docs/modules/ddpg.rst
docs/modules/dqn.rst
docs/modules/her.rst
docs/modules/ppo.rst
docs/modules/sac.rst
docs/modules/td3.rst
scripts/build_docker.sh
scripts/run_docker_cpu.sh
scripts/run_docker_gpu.sh
scripts/run_tests.sh
stable_baselines3/__init__.py
stable_baselines3/py.typed
stable_baselines3/version.txt
stable_baselines3.egg-info/PKG-INFO
stable_baselines3.egg-info/SOURCES.txt
stable_baselines3.egg-info/dependency_links.txt
stable_baselines3.egg-info/requires.txt
stable_baselines3.egg-info/top_level.txt
stable_baselines3/a2c/__init__.py
stable_baselines3/a2c/a2c.py
stable_baselines3/a2c/policies.py
stable_baselines3/common/__init__.py
stable_baselines3/common/atari_wrappers.py
stable_baselines3/common/base_class.py
stable_baselines3/common/buffers.py
stable_baselines3/common/callbacks.py
stable_baselines3/common/distributions.py
stable_baselines3/common/env_checker.py
stable_baselines3/common/env_util.py
stable_baselines3/common/evaluation.py
stable_baselines3/common/logger.py
stable_baselines3/common/monitor.py
stable_baselines3/common/noise.py
stable_baselines3/common/off_policy_algorithm.py
stable_baselines3/common/on_policy_algorithm.py
stable_baselines3/common/policies.py
stable_baselines3/common/preprocessing.py
stable_baselines3/common/results_plotter.py
stable_baselines3/common/running_mean_std.py
stable_baselines3/common/save_util.py
stable_baselines3/common/torch_layers.py
stable_baselines3/common/type_aliases.py
stable_baselines3/common/utils.py
stable_baselines3/common/envs/__init__.py
stable_baselines3/common/envs/bit_flipping_env.py
stable_baselines3/common/envs/identity_env.py
stable_baselines3/common/envs/multi_input_envs.py
stable_baselines3/common/sb2_compat/__init__.py
stable_baselines3/common/sb2_compat/rmsprop_tf_like.py
stable_baselines3/common/vec_env/__init__.py
stable_baselines3/common/vec_env/base_vec_env.py
stable_baselines3/common/vec_env/dummy_vec_env.py
stable_baselines3/common/vec_env/patch_gym.py
stable_baselines3/common/vec_env/stacked_observations.py
stable_baselines3/common/vec_env/subproc_vec_env.py
stable_baselines3/common/vec_env/util.py
stable_baselines3/common/vec_env/vec_check_nan.py
stable_baselines3/common/vec_env/vec_extract_dict_obs.py
stable_baselines3/common/vec_env/vec_frame_stack.py
stable_baselines3/common/vec_env/vec_monitor.py
stable_baselines3/common/vec_env/vec_normalize.py
stable_baselines3/common/vec_env/vec_transpose.py
stable_baselines3/common/vec_env/vec_video_recorder.py
stable_baselines3/ddpg/__init__.py
stable_baselines3/ddpg/ddpg.py
stable_baselines3/ddpg/policies.py
stable_baselines3/dqn/__init__.py
stable_baselines3/dqn/dqn.py
stable_baselines3/dqn/policies.py
stable_baselines3/her/__init__.py
stable_baselines3/her/goal_selection_strategy.py
stable_baselines3/her/her_replay_buffer.py
stable_baselines3/ppo/__init__.py
stable_baselines3/ppo/policies.py
stable_baselines3/ppo/ppo.py
stable_baselines3/sac/__init__.py
stable_baselines3/sac/policies.py
stable_baselines3/sac/sac.py
stable_baselines3/td3/__init__.py
stable_baselines3/td3/policies.py
stable_baselines3/td3/td3.py
tests/__init__.py
tests/test_buffers.py
tests/test_callbacks.py
tests/test_cnn.py
tests/test_custom_policy.py
tests/test_deterministic.py
tests/test_dict_env.py
tests/test_distributions.py
tests/test_env_checker.py
tests/test_envs.py
tests/test_gae.py
tests/test_her.py
tests/test_identity.py
tests/test_logger.py
tests/test_monitor.py
tests/test_predict.py
tests/test_preprocessing.py
tests/test_run.py
tests/test_save_load.py
tests/test_sde.py
tests/test_spaces.py
tests/test_tensorboard.py
tests/test_train_eval_mode.py
tests/test_utils.py
tests/test_vec_check_nan.py
tests/test_vec_envs.py
tests/test_vec_extract_dict_obs.py
tests/test_vec_monitor.py
tests/test_vec_normalize.py
tests/test_vec_stacked_obs.py