Skip to content

import roboschool after pip install gives TypeError due to 'tags' #210

@jithendaraa

Description

@jithendaraa

Can you point as to why this is happening and how it can be fixed?
pip install roboschool

import roboschool -> error

File "", line 1, in
File "/home/jith/.local/lib/python3.7/site-packages/roboschool/init.py", line 16, in
tags={ "pg_complexity": 1*1000000 },
File "/home/jith/anaconda3/lib/python3.7/site-packages/gym/envs/registration.py", line 139, in register
return registry.register(id, **kwargs)
File "/home/jith/anaconda3/lib/python3.7/site-packages/gym/envs/registration.py", line 133, in register
self.env_specs[id] = EnvSpec(id, **kwargs)
TypeError: init() got an unexpected keyword argument 'tags'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions