Commit a996cc7b by 20200318029

homework7

parent 479a5796
...@@ -210,7 +210,7 @@ def train(): ...@@ -210,7 +210,7 @@ def train():
# Select an action based on our current model # Select an action based on our current model
# Task-4: select_model = model_target or select_model = model # Task-4: select_model = model_target or select_model = model
select_model = model select_model = model_target
action = get_action(state_history, epsilon, global_step, select_model) action = get_action(state_history, epsilon, global_step, select_model)
# Convert action from array numbers to real numbers # Convert action from array numbers to real numbers
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment