tkn-tub / ns3-gym

ns3-gym - The Playground for Reinforcement Learning in Networking Research
GNU General Public License v2.0
521 stars 197 forks source link

some problem in example linear-mesh and rl-tcp #29

Open awesome666 opened 4 years ago

awesome666 commented 4 years ago

I meet some problem in example both linear-mesh and rl-tcp ,like following, does anyone know why?

~ns3-gym-master/scratch/linear-mesh$ ./qlearn.py Traceback (most recent call last): File "./qlearn.py", line 42 ,in state = np.uint (np.array ( state , dtype=np.uint32) / 10) TypeError: int( ) argument must be a string , a bytes - like object or a number , not 'NoneType'