AT Humboldt Releases
Team Releases
-
-
Client Control
ClientControl is an easy to use graphical version of the rcssclient. You can send agent, coach and online coach commands to the server by entering the parameters into a textfield and pressing a button. Especially for teams new to the simulation league it might be an useful tool to explore the behaviour of the server while playing with the commands.
-
RL++
RL++ is an open source library for Reinforcement Learning written in C++ by Michael Gollin as part of his diploma thesis. It includes learning algorithms (TD, Sarsa, Q) as well as the implementation of value functions (LookupTable, TileCoding, Neuronal Network). Only very little knowledge of RL is necessary.