feat:update ml example

This commit is contained in:
Kylin_on_Mac 2023-11-10 16:19:13 +08:00
parent d11b879c98
commit e816711756
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
import random
import orjson
import pygame
@ -10,7 +12,7 @@ class MLPlay:
"""
Generate the command according to the received scene information
"""
# print("AI received data from game :", json.dumps(scene_info))
# print("AI received data from game :", orjson.dumps(scene_info))
# print(scene_info)
actions = []