From d53a134619cb96f41b6067b94e2a38f7787cdea2 Mon Sep 17 00:00:00 2001 From: hardmaru Date: Tue, 9 Jun 2020 17:09:08 +0900 Subject: [PATCH] Can I add Slime Volleyball Gym Environment here? --- docs/environments.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/environments.md b/docs/environments.md index b34c0dbbc..897c8389d 100644 --- a/docs/environments.md +++ b/docs/environments.md @@ -278,4 +278,10 @@ Learn more here: https://github.com/upb-lea/openmodelica-microgrid-gym The RubiksCubeGym package provides enviromnents for twisty puzzles with multiple reward functions to help simluate the methods used by humans. -Learn more here:https://github.com/DoubleGremlin181/RubiksCubeGym +Learn more here: https://github.com/DoubleGremlin181/RubiksCubeGym + +### SlimeVolleyGym: A simple environment for single and multi-agent reinforcement learning + +A simple environment for benchmarking single and multi-agent reinforcement learning algorithms on a clone of Slime Volleyball game. Only dependencies are gym and numpy. Both state and pixel observation environments are available. The motivation of this environment is to easily enable trained agents to play against each other, and also facilitate the training of agents directly in a multi-agent setting, thus adding an extra dimension for evaluating an agent's performance. + +Learn more here: https://github.com/hardmaru/slimevolleygym