Commit f787bcc6 authored by 高雅喆's avatar 高雅喆

ignore venv

parent 58ccc2d3
......@@ -5,3 +5,4 @@ data/
*.csv
*.ipynb
.idea/
venv/
......@@ -302,6 +302,8 @@ def train_eval(
)
for _ in range(train_steps_per_iteration):
experience, _ = next(iterator)
print("experience", "*"*100)
print(experience)
train_loss = tf_agent.train(experience)
action_step = eval_policy.action(time_step)
print("-" * 100)
......
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