You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I have tried to run POET in my local machine. But it keeps report the issue as follows:
File "/Users/lululin/CoEAinGames/enhanced_poet/poet_distributed/niches/box2d/bipedal_walker_custom.py", line 416, in _reset
self._generate_terrain(self.hardcore)
File "/Users/lululin/CoEAinGames/enhanced_poet/poet_distributed/niches/box2d/bipedal_walker_custom.py", line 358, in _generate_terrain
counter = self.np_random.randint(
AttributeError: 'numpy.random._generator.Generator' object has no attribute 'randint'
I am wondering which version of python used in running the POET and is there any way to fix such issue? Thank you for your time!
The text was updated successfully, but these errors were encountered:
I found that the version of python that allows to run POET is python 3.6.10 . In this version you will not get that exception, as it still using randint.
Hey, I have tried to run POET in my local machine. But it keeps report the issue as follows:
File "/Users/lululin/CoEAinGames/enhanced_poet/poet_distributed/niches/box2d/bipedal_walker_custom.py", line 416, in _reset
self._generate_terrain(self.hardcore)
File "/Users/lululin/CoEAinGames/enhanced_poet/poet_distributed/niches/box2d/bipedal_walker_custom.py", line 358, in _generate_terrain
counter = self.np_random.randint(
AttributeError: 'numpy.random._generator.Generator' object has no attribute 'randint'
I am wondering which version of python used in running the POET and is there any way to fix such issue? Thank you for your time!
The text was updated successfully, but these errors were encountered: