Spaces:
Build error
Build error
Update test2.py
Browse files
test2.py
CHANGED
|
@@ -446,5 +446,4 @@ if __name__ == "__main__":
|
|
| 446 |
#print("You may want to reduce num_episodes if just testing the code.\n")
|
| 447 |
|
| 448 |
# Uncomment the line below to train Pong
|
| 449 |
-
pong_policy, pong_train_rewards, pong_eval_rewards = train_pong()
|
| 450 |
-
|
|
|
|
| 446 |
#print("You may want to reduce num_episodes if just testing the code.\n")
|
| 447 |
|
| 448 |
# Uncomment the line below to train Pong
|
| 449 |
+
pong_policy, pong_train_rewards, pong_eval_rewards = train_pong()
|
|
|