Make the board bigger
This commit is contained in:
@@ -17,7 +17,7 @@ def get_state(game):
|
|||||||
s = game.state
|
s = game.state
|
||||||
return (int(s['agent_x']), int(s['agent_y']), int(s['food_x']), int(s['food_y']))
|
return (int(s['agent_x']), int(s['agent_y']), int(s['food_x']), int(s['food_y']))
|
||||||
|
|
||||||
BOARD_SIZE = 4
|
BOARD_SIZE = 8
|
||||||
START_ENERGY = 50
|
START_ENERGY = 50
|
||||||
FOOD_ENERGY = 30
|
FOOD_ENERGY = 30
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user