Farama-Foundation / D4RL

A collection of reference environments for offline reinforcement learning
Apache License 2.0
1.36k stars 285 forks source link

Carla env and dataset issue #66

Open yanlai00 opened 3 years ago

yanlai00 commented 3 years ago

In the __init__.py file in the carla folder, the config for carla-lane-render-v0 environment is wrong. The entry_point should be d4rl.carla:CarlaObsEnv instead of d4rl.carla:CarlaDictEnv; and the dataset_url should be the same as that of the carla-lane-v0 env. The current URL gives a 404 error.

shypard commented 1 year ago

This is still an issue when using the carla-lane-render-v0 environment:

Besides that, there are more issues with this env: