td3: add some trained models for quick testing The saved model is that of the actor network. The naming follows this convention: td3_<checkpoint>_<episode>_actor.pth <checkpoint>==1 is for 1d actor and <checkpoint>==2 is for 2d actor. NOTE that the numbers being the same as the action-space dimension is unrelated. I.e., <checkpoint>==3 won't necessarily mean the action space is 3d. <checkpoint> is just that, a checkpoint, where we have achieved a significant amount of progress to warrant saving the models. Use the model with the highest <episode>. The model is saved only when the total episodic return is greater than the max of the episodic returns of all previous episodes. Which means, the model with the highest <episode> number yields the greatest total episodic return.
14 files changed, 0 insertions(+), 0 deletions(-) A saves/td3_1_20_actor.pth A saves/td3_1_29_actor.pth A saves/td3_1_2_actor.pth A saves/td3_1_33_actor.pth A saves/td3_1_41_actor.pth A saves/td3_1_48_actor.pth A saves/td3_1_51_actor.pth A saves/td3_1_55_actor.pth A saves/td3_1_56_actor.pth A saves/td3_1_61_actor.pth A saves/td3_2_3_actor.pth A saves/td3_2_5_actor.pth A saves/td3_2_6_actor.pth A saves/td3_2_7_actor.pth
A saves/td3_1_20_actor.pth => saves/td3_1_20_actor.pth +0 -0
A saves/td3_1_29_actor.pth => saves/td3_1_29_actor.pth +0 -0
A saves/td3_1_2_actor.pth => saves/td3_1_2_actor.pth +0 -0
A saves/td3_1_33_actor.pth => saves/td3_1_33_actor.pth +0 -0
A saves/td3_1_41_actor.pth => saves/td3_1_41_actor.pth +0 -0
A saves/td3_1_48_actor.pth => saves/td3_1_48_actor.pth +0 -0
A saves/td3_1_51_actor.pth => saves/td3_1_51_actor.pth +0 -0
A saves/td3_1_55_actor.pth => saves/td3_1_55_actor.pth +0 -0
A saves/td3_1_56_actor.pth => saves/td3_1_56_actor.pth +0 -0
A saves/td3_1_61_actor.pth => saves/td3_1_61_actor.pth +0 -0
A saves/td3_2_3_actor.pth => saves/td3_2_3_actor.pth +0 -0
A saves/td3_2_5_actor.pth => saves/td3_2_5_actor.pth +0 -0
A saves/td3_2_6_actor.pth => saves/td3_2_6_actor.pth +0 -0
A saves/td3_2_7_actor.pth => saves/td3_2_7_actor.pth +0 -0