.gitignore
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
sheep_herding_rl/__init__.py
sheep_herding_rl/actions.py
sheep_herding_rl/config.py
sheep_herding_rl/simulator.py
sheep_herding_rl.egg-info/PKG-INFO
sheep_herding_rl.egg-info/SOURCES.txt
sheep_herding_rl.egg-info/dependency_links.txt
sheep_herding_rl.egg-info/requires.txt
sheep_herding_rl.egg-info/top_level.txt
sheep_herding_rl/agents/__init__.py
sheep_herding_rl/agents/base_agent.py
sheep_herding_rl/algorithms/ppo/__init__.py
sheep_herding_rl/algorithms/ppo/agent.py
sheep_herding_rl/algorithms/ppo/rollout_buffer.py
sheep_herding_rl/algorithms/sac/__init__.py
sheep_herding_rl/algorithms/sac/agent.py
sheep_herding_rl/algorithms/sac/replay_buffer.py
sheep_herding_rl/algorithms/td3/__init__.py
sheep_herding_rl/algorithms/td3/agent.py
sheep_herding_rl/algorithms/td3/replay_buffer.py
sheep_herding_rl/images/dog.png
sheep_herding_rl/images/grass.jpg
sheep_herding_rl/images/grass2.jpg
sheep_herding_rl/images/grass5.jpg
sheep_herding_rl/images/sheep.png
sheep_herding_rl/images/wolf.png
sheep_herding_rl/images/wood.jpg
sheep_herding_rl/sim/__init__.py
sheep_herding_rl/sim/dog.py
sheep_herding_rl/sim/environment.py
sheep_herding_rl/sim/sheep.py
sheep_herding_rl/sim/wolf.py
sheep_herding_rl/trainers/__init__.py
sheep_herding_rl/trainers/off_policy_trainer.py
sheep_herding_rl/trainers/on_policy_trainer.py
sheep_herding_rl/utils/map_utils.py
sheep_herding_rl/utils/observation_grid.py