[Added SAC, DDPG and TD3] DataPredict [Release 2.0] - Machine Learning And Deep Learning Library (Learning AIs, Generative AIs, and more!)

Sure, its after the first look exactly the same as yours.

DataPredict - Creator Store (roblox.com)

And how can I open your rbxm file? [When I downloade it from GitHub I get that.

1 Like

Just drag the rbxm file into Roblox studio workspace. It will appear as a module script when you insert it.

1 Like

WOW it worked. Thank you for this hint. I never knew that!!

1 Like

I am a bit confused, what script/Folder should I download here?
Sorry I am not used to use GitHub yet.

Take it from here: MatrixL/module_scripts/AqwamMatrixLibrary.lua at main · AqwamCreates/MatrixL · GitHub

1 Like

Meh. You do that. I’m currently focusing on building the On-The-Cloud training platform for DataPredict.

Try adding curiosity into the AI. You can look at it from the tutorials.

1 Like

So I downloaded the Sword Fight AI, I changed nothing 100%. but it doesn’t work.
No AI spawns, no error message or warning etc…

It is the version 3, correct?

Character limit

1 Like

Yes, its version 3

If you did not publish the file to Roblox, then I recommend you comment out lines 11, 13, 93 and 117. It’s probably not working because of not being able to access DataStores.

1 Like

Did now, but shouldn’t that make a warning? I always get one then. But yea, that was the mistake. Thank you
Is there a way to say how much AI’s I want?

Change Line 33 and 35. The range between IDs determines the number of AI it will spawn.

1 Like

Very nice project! It really helps!
Thank you!!!

Ey they always kill me
Btw: isEnemyDead is always false

This is SavedModelParameter.

return{

	{
		{  -4.561796516047669,  -4.751566460185728,   -4.827101359605063,  -4.622819911873613 },
		{  -4.827738626317212,  -4.547602780629583,   -4.871299776903209,  -5.062905779666462 },
		{  -4.975970370105304,  -4.736796246448137,   -4.618509324878831,  -4.522937035517629 },
		{  -4.671022821072673,  -5.044826442643382,  -4.7736867753924415, -4.6621409521145925 },
		{   -4.80236595687426,  -5.129964932030652,    -4.63625851167894,  -4.846639820694265 },
		{  -5.134148889419662,  -5.138170922525476,   -5.032759603785511,  -5.029979983069307 },
	}
,
	{
		{  -4.992028657124214,  -5.044094616897648,  -4.492254802549163,  -5.075073939095009,   -4.799484554545886,   -4.809317758473756,  -4.740770589124068 },
		{  -4.784974889688196,  -4.939289422846124,  -4.440349779096811,  -4.319186069259376,  -4.9378903751523024,  -4.8195606080550215,  -5.012054096408258 },
		{  -4.611850712329427,  -4.670140321669057,  -4.810567235624952,  -4.961564362086423,   -4.945230261779087,   -5.057292888815485, -5.0345260254574935 },
		{  -4.414550330865847,  -4.817561576588399,  -4.951145608368729,    -5.0450127888886,  -4.4259840391600145,   -4.640110491730821,  -4.571306693510458 },
	}
	
}

I cant see something inside that. How can I get the Weights of one AI and replace weights of another? Where are the Weigts for what ai there? How to call them?
My tables always look much different. Example: a = b, c = d, x = {}…

I want to set all AI’s weights to the weights from the best AI at every end.

i dont really get what u mean by it.

You can refer to this: Stimulating Curiosity With Random Network Distillation | DataPredict

Is this good at all?

Ah sorry for the late response. If you really want to replace it, just copy paste if from the output. The output should print out random numbers whenever the model parameters are saved.

1 Like

Good news, everyone! I have completed the DataPredict website, but currently developing the DataPredict Cloud section. Sooner or later, you will be able to train the models on the cloud!

You can have a look here: datapredict.online

Also, if you want to add projects or publications to the website, please let me know and send relevant files!

4 Likes