Saltie
Saltie copied to clipboard
🚗 Rocket League Distributed Deep Reinforcement Learning Bot
Given the position of 1,3,5 players + ball have the model try and predict the position of the other player.
Generates controls from a list of replays.
Either explicitly to some users or maybe have some sort of group people can opt into. (I think having a group might be better?) example have user opt into relief...
in reward_tranier.py i was getting the error, below. sorry, could not figure out how to do a pull request? C:\Users\Lokiwizz\AppData\Local\Programs\Python\Python36\python.exe C:/Users/Lokiwizz/Saltie/bot_code/trainer/reward_trainer.py Traceback (most recent call last): File "C:\Users\Lokiwizz\AppData\Local\Programs\Python\Python36\lib\configparser.py", line 1138,...
``` E:\RLBOT\Saltie-tournament2\bot_code\livedata>live_graph.py Traceback (most recent call last): File "E:\RLBOT\Saltie-tournament2\bot_code\livedata\live_graph.py", line 1, in from bot_code.livedata import live_data_util ImportError: No module named bot_code.livedata ```