CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
settings.ini
setup.py
fastrl/__init__.py
fastrl/_modidx.py
fastrl/cli.py
fastrl/core.py
fastrl/dataloader2_ext.py
fastrl/nbdev_extensions.py
fastrl/test_utils.py
fastrl/torch_core.py
fastrl.egg-info/PKG-INFO
fastrl.egg-info/SOURCES.txt
fastrl.egg-info/dependency_links.txt
fastrl.egg-info/entry_points.txt
fastrl.egg-info/not-zip-safe
fastrl.egg-info/requires.txt
fastrl.egg-info/top_level.txt
fastrl/agents/__init__.py
fastrl/agents/core.py
fastrl/agents/ddpg.py
fastrl/agents/discrete.py
fastrl/agents/dqn/__init__.py
fastrl/agents/dqn/asynchronous.py
fastrl/agents/dqn/basic.py
fastrl/agents/dqn/categorical.py
fastrl/agents/dqn/double.py
fastrl/agents/dqn/dueling.py
fastrl/agents/dqn/target.py
fastrl/data/__init__.py
fastrl/data/block.py
fastrl/data/dataloader2.py
fastrl/envs/__init__.py
fastrl/envs/gym.py
fastrl/learner/__init__.py
fastrl/learner/core.py
fastrl/loggers/__init__.py
fastrl/loggers/core.py
fastrl/loggers/jupyter_visualizers.py
fastrl/loggers/tensorboard.py
fastrl/loggers/vscode_visualizers.py
fastrl/memory/__init__.py
fastrl/memory/experience_replay.py
fastrl/pipes/__init__.py
fastrl/pipes/core.py
fastrl/pipes/iter/__init__.py
fastrl/pipes/iter/firstlast.py
fastrl/pipes/iter/nskip.py
fastrl/pipes/iter/nstep.py
fastrl/pipes/iter/transforms.py
fastrl/pipes/map/__init__.py
fastrl/pipes/map/demux.py
fastrl/pipes/map/mux.py
fastrl/pipes/map/transforms.py