Closed Shmuma closed 6 years ago
Dict's key() method can return values in arbitatry order, which could be dramatic for RL agent's observation. Better to use sorted() here.
Dict's key() method can return values in arbitatry order, which could be dramatic for RL agent's observation. Better to use sorted() here.