slimevolleygym VS ml-agents

Compare slimevolleygym vs ml-agents and see what are their differences.

slimevolleygym

A simple OpenAI Gym environment for single and multi-agent reinforcement learning (by hardmaru)

ml-agents

The Unity Machine Learning Agents Toolkit (ML-Agents) is an open-source project that enables games and simulations to serve as environments for training intelligent agents using deep reinforcement learning and imitation learning. (by Unity-Technologies)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
slimevolleygym ml-agents
3 60
698 16,324
- 1.7%
3.2 8.1
5 months ago 10 days ago
Python C#
Apache License 2.0 GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

slimevolleygym

Posts with mentions or reviews of slimevolleygym. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-08-10.
  • How to train multi agents with PPO/DQN for playing Atari Game
    1 project | /r/reinforcementlearning | 27 Feb 2022
    This is a good example for self-play training Slime Volleyball
  • RL framework for 2v2 kart soccer
    1 project | /r/reinforcementlearning | 17 Nov 2021
    Hi great that you are interested in the area, but as a beginner project is quite complex, having a team is a multi-agent task so not a small feat and i guess you want the same policy to play against itself? what is know as selfplay. which is not so hard to understand but a little bit in the tech part. Look a this 1v1 environment has a tutorial where they show selfplay and other single agent approaches using a well known RL Pytorch implementations. and for the policy optimization algorithm as the tutorial before you should go with PPO (which is a on-policy method like reinforce). there is something called HER for sparse reward but it works with off-policy methods like ddpg or sac. read a little bit more about this and then you will get the idea. My suggestion if you dont have extend experience try a supervise learning approach, where you have a dataset where the action is the label to be predicted and the observation is the input, MSE for the loss. like predicting the stering wheel angle from the image of the road kind of setup.
  • 🏐 Ultimate Volleyball: A 3D Volleyball environment built using Unity ML-Agents
    3 projects | dev.to | 10 Aug 2021
    Inspired by Slime Volleyball Gym, I built a 3D Volleyball environment using Unity's ML-Agents toolkit. The full project is open-source and available at: 🏐 Ultimate Volleyball.

ml-agents

Posts with mentions or reviews of ml-agents. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-08.

What are some alternatives?

When comparing slimevolleygym and ml-agents you can also consider the following projects:

ultimate-volleyball - 3D RL Volleyball environment built on Unity ML-Agents

gym - A toolkit for developing and comparing reinforcement learning algorithms.

AirSim - Open source simulator for autonomous vehicles built on Unreal Engine / Unity, from Microsoft AI & Research

carla - Open-source simulator for autonomous driving research.

AssetStudio - AssetStudio is a tool for exploring, extracting and exporting assets and assetbundles.

unity-avatar-generation - A minimal example of how to use Unity's AvatarBuilder.BuildHumanAvatar API.

tensortrade - An open source reinforcement learning framework for training, evaluating, and deploying robust trading agents.

recurrent-ppo-truncated-bptt - Baseline implementation of recurrent PPO using truncated BPTT

MediaPipeUnityPlugin - Unity plugin to run MediaPipe

google-research - Google Research

rlcard - Reinforcement Learning / AI Bots in Card (Poker) Games - Blackjack, Leduc, Texas, DouDizhu, Mahjong, UNO.