Increasing execution speed when selecting random numbers
Closed this issue · 0 comments
helpingstar commented
gym-game2048/gym_game2048/envs/game2048.py
Line 158 in 6ecfe8b
np_random.choice
can be optimized in speed through np_random.random()
.
Closed this issue · 0 comments
gym-game2048/gym_game2048/envs/game2048.py
Line 158 in 6ecfe8b
np_random.choice
can be optimized in speed through np_random.random()
.