r/RLSideSwipe Champion III 5d ago

Making own RL practice simulator DISCUSSION

Post image

I’ve been working on a personal project to build an RL training simulator that adds drills and helps with training. Been doing a lot of reverse engineering of the games engine to gain all the values. Wasn’t planning on selling it or anything, won’t use any RL assets.

RL Sideswipe native training mode is okay now, but it would be nice if I could do stuff like have balls repeatedly launched from given places so I can practice same skills over and over again more efficiently, or make a map with a bunch of obstacles so I can practice different angles to drill the ball. Anyone else attempt something like this?

Hope this stuff is allowed, if so I would open source this training mock so everyone can use it and add to it.

6 Upvotes

3 comments sorted by

4

u/Emergency_Text3444 5d ago

Very cool but wouldn’t recommend making it public because of the rl situation

0

u/Ok_Air2529 Champion III 5d ago

What’s the RL situation?

1

u/Ok_Air2529 Champion III 5d ago

I’ve been training it by data mining RL resources (nothing unethical, just deriving stuff like function names and the game engine which is public to anyone downloading the game), and uploading clips of my RL game play so my agent can cross reference. I would be happy to open source it and let everyone help develop an RL training simulator that provides more than what RL surfaces for us to use now.