.gitignore
CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
setup.py
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/PULL_REQUEST_TEMPLATE/new_environment.md
.github/workflows/publish.yml
.github/workflows/test.yml
.github/workflows/validate-env.yml
recordings/.gitkeep
recordings/README.md
rl_arena/__init__.py
rl_arena/interactive.py
rl_arena/make.py
rl_arena/submission.py
rl_arena/training.py
rl_arena/version.py
rl_arena.egg-info/PKG-INFO
rl_arena.egg-info/SOURCES.txt
rl_arena.egg-info/dependency_links.txt
rl_arena.egg-info/not-zip-safe
rl_arena.egg-info/requires.txt
rl_arena.egg-info/top_level.txt
rl_arena/agents/__init__.py
rl_arena/agents/random_agent.py
rl_arena/agents/rule_based_agent.py
rl_arena/core/__init__.py
rl_arena/core/agent.py
rl_arena/core/environment.py
rl_arena/core/exceptions.py
rl_arena/core/recorder.py
rl_arena/core/renderer.py
rl_arena/core/types.py
rl_arena/envs/__init__.py
rl_arena/envs/registry.py
rl_arena/envs/pong/README.md
rl_arena/envs/pong/__init__.py
rl_arena/envs/pong/config.yaml
rl_arena/envs/pong/environment.py
rl_arena/envs/pong/renderer.py
rl_arena/tools/__init__.py
rl_arena/tools/validator.py
rl_arena/utils/__init__.py
rl_arena/utils/html_template.py
rl_arena/utils/logger.py
rl_arena/utils/replay.py
rl_arena/utils/validator.py
scripts/create_environment.py
templates/environment/README.md.template
templates/environment/__init__.py.template
templates/environment/environment.py.template
templates/environment/renderer.py.template
templates/environment/test_environment.py.template