Farama-Foundation / D4RL

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

import d4rl No module named 'flow' and 'carla' #214

Open GuochenZhou opened 1 year ago

GuochenZhou commented 1 year ago

When I tried to import d4rl, it get the following result: Warning: Flow failed to import. Set the environment variable D4RL_SUPPRESS_IMPORT_ERROR=1 to suppress this message. No module named 'flow'

Warning: CARLA failed to import. Set the environment variable D4RL_SUPPRESS_IMPORT_ERROR=1 to suppress this message. No module named 'carla

98729 commented 11 months ago

just ignore them

Benjamin-So commented 2 months ago

What is the error saying specifically? How come we can ignore it? Thanks in advance.