Update synthetic codes

This commit is contained in:
D-X-Y
2021-05-09 19:23:18 +08:00
parent 282038585e
commit 9168c62855
3 changed files with 15 additions and 6 deletions

View File

@@ -203,7 +203,7 @@ def visualize_env(save_dir, version):
tick.label.set_fontsize(LabelSize - font_gap)
if version == "v1":
cur_ax.set_xlim(-2, 2)
cur_ax.set_ylim(-60, 60)
cur_ax.set_ylim(-8, 8)
elif version == "v2":
cur_ax.set_xlim(-10, 10)
cur_ax.set_ylim(-60, 60)