diff --git a/README.md b/README.md index f3708003..61d4f4ce 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ The following is a list of the latest updates to OG-MARL: ✅ We have implemented our **first set of JAX-based systems in OG-MARL**. Our JAX systems use [Flashbax](https://github.com/instadeepai/flashbax) as the replay buffer backend. Flashbax buffers are completly jit-able, which means that our JAX systems have fully intergrated and jitted training and data sampling. -✅ We have **intergrated [MARL-eval](https://github.com/instadeepai/marl-eval/tree/main)** into OG-MARL to standardise and simplify the reporting of experimental results. +✅ We have **integrated [MARL-eval](https://github.com/instadeepai/marl-eval/tree/main)** into OG-MARL to standardise and simplify the reporting of experimental results. ## Need for Speed 🏎️ diff --git a/docs/datasets.md b/docs/datasets.md new file mode 100644 index 00000000..ad790a8f --- /dev/null +++ b/docs/datasets.md @@ -0,0 +1,64 @@ + + + + +