# spitis/mrl

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/spitis-mrl).**

0 stars · 0 forks

## Links

- GitHub: https://github.com/spitis/mrl
- awesome-repositories: https://awesome-repositories.com/repository/spitis-mrl.md

## Description

This is a modular RL code base for research. The intent is to enable surgical modifications by designing the base agent as a list of modules that all live inside the agent's global namespace (so they can all access each other directly by name). This means we can change the algorithm of a complex…

## Tags

### Part of an Awesome List

- [Reinforcement Learning Environments](https://awesome-repositories.com/f/awesome-lists/ai/reinforcement-learning-environments.md) — Modular reinforcement learning framework for research and experimentation.
- [Offline RL Implementations](https://awesome-repositories.com/f/awesome-lists/devtools/offline-rl-implementations.md) — Counterfactual data augmentation using locally factored dynamics.
