.gitignore
.pre-commit-config.yaml
LICENSE
README.rst
pyproject.toml
.github/workflows/build-docs.yml
.github/workflows/test-and-publish.yml
.github/workflows/test.yml
docs/.nojekyll
docs/Makefile
docs/conf.py
docs/index.html
docs/index.rst
docs/make.bat
docs/requirements.txt
docs/_static/custom.css
src/rlstack/__init__.py
src/rlstack/_utils.py
src/rlstack/conditions.py
src/rlstack/data.py
src/rlstack/distributions.py
src/rlstack/env.py
src/rlstack/optimizer.py
src/rlstack/schedulers.py
src/rlstack/specs.py
src/rlstack/trainer.py
src/rlstack/views.py
src/rlstack.egg-info/PKG-INFO
src/rlstack.egg-info/SOURCES.txt
src/rlstack.egg-info/dependency_links.txt
src/rlstack.egg-info/requires.txt
src/rlstack.egg-info/top_level.txt
src/rlstack/algorithms/__init__.py
src/rlstack/algorithms/_feedforward.py
src/rlstack/algorithms/_recurrent.py
src/rlstack/models/__init__.py
src/rlstack/models/_feedforward.py
src/rlstack/models/_recurrent.py
src/rlstack/nn/__init__.py
src/rlstack/nn/functional.py
src/rlstack/nn/modules/__init__.py
src/rlstack/nn/modules/activations.py
src/rlstack/nn/modules/attention.py
src/rlstack/nn/modules/embeddings.py
src/rlstack/nn/modules/mlp.py
src/rlstack/nn/modules/module.py
src/rlstack/nn/modules/perceiver.py
src/rlstack/nn/modules/skip.py
src/rlstack/policies/__init__.py
src/rlstack/policies/_feedforward.py
src/rlstack/policies/_recurrent.py
tests/__init__.py
tests/test_algorithms.py
tests/test_conditions.py
tests/test_policies.py
tests/test_schedulers.py
tests/test_views.py
tests/test_nn/__init__.py
tests/test_nn/test_functional.py