6 lines
283 B
Plaintext
6 lines
283 B
Plaintext
Random seed for torch and numpy: 4529
|
|
Traceback (most recent call last):
|
|
File "/home/judson/Neural-Networks-in-GNC/inverted_pendulum/training/max_normalized_trainer.py", line 148, in <module>
|
|
print(f"{model_file} saved with loss: {loss}")
|
|
NameError: name 'loss' is not defined
|