duckietown / gym-duckietown

Self-driving car simulator for the Duckietown universe
http://duckietown.org
Other
45 stars 16 forks source link

Fix randint #270

Closed LatentDream closed 1 year ago

LatentDream commented 1 year ago
'numpy.random._generator.Generator' object has no attribute 'randint'

Problem occurred when running usr/bin/launch-data-collection.sh in mooc-exercises/object-detection homework

From numpy randint page: New code should use the integers method of a default_rng() instance instead

https://numpy.org/doc/stable/reference/random/generated/numpy.random.randint.html