You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System specifications:
OS: Ubuntu 18.04,
Memory: 15.7 GiB,
Processor: AMD® Ryzen 7 3800x 8-core processor × 16,
GPU 4 GiB.
Python Version - 3.5
CARLA Version - 0.9.5
Please find the attached Test_1.py, I am attempting to run, while doing so, I am encountering syntax error - File "Test_1.py", line 311 agent.model.save(f'models/{MODEL_NAME}{max_reward:>7.2f}max{average_reward:>7.2f}avg{min_reward:_>7.2f}min{int(time.time())}.model') (Screenshot Attached).
I couldn't figure out the reason for the sytax error - I even tried to add -- agent.model.save('{}'.format(models/(MODEL_NAME)(max_reward:>7.2f)max(average_reward:>7.2f)avg(min_reward:_>7.2f)min(int(time.time())).model)), Still I encountered the same error. CARLA_Test_1_PY.pdf
Can you please help me resolve this problem.
Thanks
Guru
The text was updated successfully, but these errors were encountered:
Hi,
System specifications:
OS: Ubuntu 18.04,
Memory: 15.7 GiB,
Processor: AMD® Ryzen 7 3800x 8-core processor × 16,
GPU 4 GiB.
Python Version - 3.5
CARLA Version - 0.9.5
Please find the attached Test_1.py, I am attempting to run, while doing so, I am encountering syntax error - File "Test_1.py", line 311 agent.model.save(f'models/{MODEL_NAME}{max_reward:>7.2f}max{average_reward:>7.2f}avg{min_reward:_>7.2f}min{int(time.time())}.model') (Screenshot Attached).
I couldn't figure out the reason for the sytax error - I even tried to add -- agent.model.save('{}'.format(models/(MODEL_NAME)(max_reward:>7.2f)max(average_reward:>7.2f)avg(min_reward:_>7.2f)min(int(time.time())).model)), Still I encountered the same error.
CARLA_Test_1_PY.pdf
Can you please help me resolve this problem.
Thanks
Guru
The text was updated successfully, but these errors were encountered: