Skip to content

Commit 2222a20

Browse files
Update LunarLander-v2_PPO.py
1 parent fe38f40 commit 2222a20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LunarLander-v2_PPO/LunarLander-v2_PPO.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#tf.config.experimental_run_functions_eagerly(True) # used for debuging and development
2121
tf.compat.v1.disable_eager_execution() # usually using this for fastest performance
2222
from tensorflow.keras.models import Model, load_model
23-
from tensorflow.keras.layers import Input, Dense, Lambda, Add, Conv2D, Flatten
23+
from tensorflow.keras.layers import Input, Dense
2424
from tensorflow.keras.optimizers import Adam, RMSprop
2525
from tensorflow.keras import backend as K
2626
import copy

0 commit comments

Comments
 (0)