mirror of
https://github.com/WallabyLester/RBF-aPID-Controller.git
synced 2026-05-18 16:20:21 +08:00
Added testing to TF implementation.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import unittest
|
||||
import numpy as np
|
||||
import tensorflow as tf
|
||||
from RBF_tf import RBFLayer, RBFAdaptiveModel, train_rbf_adaptive
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
@@ -0,0 +1,8 @@
|
||||
import unittest
|
||||
import numpy as np
|
||||
import tensorflow as tf
|
||||
from aPID_tf import AdaptivePIDTf
|
||||
from RBF_tf import RBFAdaptiveModel
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
Reference in New Issue
Block a user