Sentdex / pygta5

Explorations of Using Python to play Grand Theft Auto 5.
MIT License
3.91k stars 823 forks source link

Curses is not supported and Index out of range #116

Closed divikshrivastava closed 2 years ago

divikshrivastava commented 5 years ago

This is the error if anyone can solve then i will be really greatful and please hurry as I have to submit within 1 day. `

curses is not supported on this machine (please install/reinstall curses for an optimal experience) WARNING:tensorflow:From C:\Users\HP\AppData\Local\Programs\Python\Python36\lib\site-packages\tflearn\initializations.py:119: UniformUnitScaling.init (from tensorflow.python.ops.init_ops) is deprecated and will be removed in a future version. Instructions for updating: Use tf.initializers.variance_scaling instead with distribution=uniform to get equivalent behavior. WARNING:tensorflow:From C:\Users\HP\AppData\Local\Programs\Python\Python36\lib\site-packages\tflearn\objectives.py:66: calling reduce_sum (from tensorflow.python.ops.math_ops) with keep_dims is deprecated and will be removed in a future version. Instructions for updating: keep_dims is deprecated, use keepdims instead

Run id: dogsvscats-0.001-6conv-basic.model Log directory: log/ ---------------------------------Exception in thread Thread-4: Traceback (most recent call last): File "C:\Users\HP\AppData\Local\Programs\Python\Python36\lib\threading.py", line 916, in _bootstrap_inner self.run() File "C:\Users\HP\AppData\Local\Programs\Python\Python36\lib\threading.py", line 864, in run self._target(*self._args, **self._kwargs) File "C:\Users\HP\AppData\Local\Programs\Python\Python36\lib\site-packages\tflearn\data_flow.py", line 201, in fill_batch_ids_queue ids = self.next_batch_ids() File "C:\Users\HP\AppData\Local\Programs\Python\Python36\lib\site-packages\tflearn\data_flow.py", line 215, in next_batch_ids batch_start, batch_end = self.batches[self.batch_index] IndexError: list index out of range`