remove comented code
This commit is contained in:
parent
2ce57ea190
commit
69ce36b4e2
8
main.py
8
main.py
@ -19,14 +19,6 @@ game_context.dust_car_pygame = pygame.image.frombuffer(dust_car_pil.tobytes(), d
|
|||||||
game_context.canvas = canvas
|
game_context.canvas = canvas
|
||||||
startup(game_context)
|
startup(game_context)
|
||||||
collect_garbage(game_context)
|
collect_garbage(game_context)
|
||||||
# test = [AgentActionType.MOVE_FORWARD, AgentActionType.MOVE_FORWARD, AgentActionType.MOVE_FORWARD,
|
|
||||||
# AgentActionType.MOVE_FORWARD, AgentActionType.MOVE_FORWARD, AgentActionType.MOVE_FORWARD,
|
|
||||||
# AgentActionType.MOVE_FORWARD, AgentActionType.TURN_RIGHT, AgentActionType.MOVE_FORWARD,
|
|
||||||
# AgentActionType.MOVE_FORWARD, AgentActionType.MOVE_FORWARD, AgentActionType.MOVE_FORWARD,
|
|
||||||
# AgentActionType.MOVE_FORWARD, AgentActionType.MOVE_FORWARD, AgentActionType.MOVE_FORWARD,
|
|
||||||
# AgentActionType.TURN_LEFT, AgentActionType.MOVE_FORWARD]
|
|
||||||
|
|
||||||
# move_dust_car(test, game_context)
|
|
||||||
|
|
||||||
exit = False
|
exit = False
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user