Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kingh0730 committed Nov 29, 2023
1 parent a6d61f7 commit 162cb5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AutoCkt/ML/autockt_ml/autockt_gym.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def step(self, action):
"ideal_outputs": ideal_spec,
"curr_output_norm": cur_norm,
"ideal_output_norm": ideal_norm,
"observation": observation,
"observation": observation.tolist(),
}
pretty_log = json.dumps(log, indent=4)
with open(self.log_file, "a") as f:
Expand Down

0 comments on commit 162cb5a

Please sign in to comment.