Closed Chenrf1121 closed 6 days ago
I would like to train algorithms on metadrive env (OfflineMetadrive-harddense-v0), the traceback is: raise error.NameNotFound( gymnasium.error.NameNotFound: Environment ''OfflineMetadrive-harddense'' doesn't exist. How to address it? Thanks.
raise error.NameNotFound( gymnasium.error.NameNotFound: Environment ''OfflineMetadrive-harddense'' doesn't exist.
Did you follow the instruction here to install the metadrive environment?
Thanks, I changed the code, so received the error.
I would like to train algorithms on metadrive env (OfflineMetadrive-harddense-v0), the traceback is:
raise error.NameNotFound( gymnasium.error.NameNotFound: Environment ''OfflineMetadrive-harddense'' doesn't exist.
How to address it? Thanks.