slimevolleygym VS ultimate-volleyball

Compare slimevolleygym vs ultimate-volleyball and see what are their differences.

slimevolleygym

A simple OpenAI Gym environment for single and multi-agent reinforcement learning (by hardmaru)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
slimevolleygym ultimate-volleyball
3 13
698 84
- -
3.2 0.0
5 months ago about 2 years ago
Python C#
Apache License 2.0 Apache License 2.0
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.

ultimate-volleyball

Posts with mentions or reviews of ultimate-volleyball. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-24.

What are some alternatives?

When comparing slimevolleygym and ultimate-volleyball you can also consider the following projects:

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.

bomberland - Bomberland: a multi-agent AI competition based on Bomberman. This repository contains both starter / hello world kits + the engine source code

ultimate-volleyball-starter - Tutorial kit for building a 3D deep reinforcement learning environment with Unity ML-Agents.

TotalWarSimulator - Total War Battle simulator for AI research

minimalRL - Implementations of basic RL algorithms with minimal lines of codes! (pytorch based)

RoboLeague - A car soccer environment inspired by Rocket League for deep reinforcement learning experiments in an adversarial self-play setting.

SimpleGOAP - SimpleGOAP is a lightweight C# implementation of goal oriented action planning.

solve_the_spire - An AI to play the video game Slay the Spire

bomberman - A bomberman game!

unity-ml-agents-turret-defense - A reinforcement learning agent playing as the turret, where its goal is to allow ten friendly units to enter the base, and loses if an enemy unit has entered the base or if two friendly units were shot.