├── .gitignore ├── LICENSE ├── README.md ├── layers.py └── policies.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhruvramani/Transformers-RL/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhruvramani/Transformers-RL/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhruvramani/Transformers-RL/HEAD/README.md -------------------------------------------------------------------------------- /layers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhruvramani/Transformers-RL/HEAD/layers.py -------------------------------------------------------------------------------- /policies.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhruvramani/Transformers-RL/HEAD/policies.py --------------------------------------------------------------------------------