Respostas no Fórum

Visualizando 2 posts - 1 até 2 (de 2 do total)
  • Autor
    Posts
  • em resposta a: O código não é executado por erro #27997

    Python 3.8.5 (default, Sep 3 2020, 21:29:08) [MSC v.1916 64 bit (AMD64)]
    Type “copyright”, “credits” or “license” for more information.

    IPython 7.19.0 — An enhanced Interactive Python.

    runfile(‘D:/Redes_Neurais/Aprendizagem por Reforco – Augmented Random Search – ARS/ars.py’, wdir=’D:/Redes_Neurais/Aprendizagem por Reforco – Augmented Random Search – ARS’)
    Traceback (most recent call last):

    File “D:\Redes_Neurais\Aprendizagem por Reforco – Augmented Random Search – ARS\ars.py”, line 5, in <module>
    import pybullet_envs

    File “D:\Redes_Neurais\Aprendizagem por Reforco – Augmented Random Search – ARS\pybullet_envs\__init__.py”, line 11, in <module>
    register(

    File “D:\Redes_Neurais\Aprendizagem por Reforco – Augmented Random Search – ARS\pybullet_envs\__init__.py”, line 7, in register
    return gym.envs.registration.register(id,*args,**kvargs)

    File “C:\Users\IgorS\anaconda3\lib\site-packages\gym\envs\registration.py”, line 153, in register
    return registry.register(id, **kwargs)

    File “C:\Users\IgorS\anaconda3\lib\site-packages\gym\envs\registration.py”, line 147, in register
    self.env_specs[id] = EnvSpec(id, **kwargs)

    TypeError: __init__() got an unexpected keyword argument ‘timestep_limit’

    em resposta a: O código não é executado por erro #27996

    Boa noite Fabio, claro!
    Segue print!

Visualizando 2 posts - 1 até 2 (de 2 do total)