Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
AqwamCreates committed Oct 27, 2024
1 parent c6422e6 commit 9826f49
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file modified module_scripts/AqwamMachineAndDeepLearningLibrary.rbxm
Binary file not shown.
Binary file modified module_scripts/DataPredict - Release Version 1.21.rbxm
Binary file not shown.
2 changes: 1 addition & 1 deletion src/LuaVersion/Other_RandomNetworkDistillation.lua
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ function RandomNetworkDistillation:generate(featureMatrix)

self.TargetModelParameters = TargetModelParameters

self.PredictorModelParameters = PredictorModelParameters
self.PredictorModelParameters = Model:getModelParameters(true)

return generatedMatrix

Expand Down
2 changes: 1 addition & 1 deletion src/RobloxVersion/Others/RandomNetworkDistillation.lua
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ ffunction RandomNetworkDistillation:generate(featureMatrix)

self.TargetModelParameters = TargetModelParameters

self.PredictorModelParameters = PredictorModelParameters
self.PredictorModelParameters = Model:getModelParameters(true)

return generatedMatrix

Expand Down

0 comments on commit 9826f49

Please sign in to comment.