This is algorithm for AppleGame
https://www.gamesaien.com/game/fruit_box_a/
python main.py --seed 0 --min_apple 1 --max_apple 10 --width 17 --height 10 --step 1
min_apple and max_apple mean the range of number
width and hegith define the size of table,
step define how many steps to see in greedy algorithm.
