Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Also, how do you work the Python script? It opens a black window then immediately closes.
Is the hitbox type relevant for this project? Or would it become negligible with enough data?
Do you have any further plans what to do with the data? Are you planning to create a new bot or are you in contact with other bot creators?
Will the project be expanded later or did you just want to offer a foundation for data collection?
It's an example script that shows how the data can be handled, apparently intended for developers and advanced users. It's not required for collecting and uploading data.
Unless you have the required modules (keras, NumPy and pandas at least, maybe more) it will return an error on the first line and terminate. Run it from a command prompt and you should be able to see the output...
You can check the source code of the python script and it doesn't seem malicious or suspicious (although python is really not my specialty). Missing source code of the DLL is propably more suspicious than the sample script.
Not saying you are wrong though, just executing unknown code from random people can be a bad idea ;)
I can add an option to disable uploading data through the in-game bakkes mod menu. I had this originally but removed it to simplify the installation process.
If hitbox type is the car type used by each player, I think it probably has some effect on training the network but I haven't considered it. I'll look into adding that as one of the features being recorded.
The plan is to improve the training model as more data becomes available. From what I've seen after releasing this week, it's not easy to convince people to start using a plugin like this. There has been only 1 person who has provided data, for 5 games total this week. I'm looking into some better ways to get it out there. It might help if I provide a .exe that does the full installation so there are no hurdles.
I've been working with the RLBot community on this project. You can check out the ml-discussion channel there (https://discordapp.com/invite/j2JCDKA). RLBot has a framework for creating bots to play in private matches and they host bot tournaments.