bark-simulator / bark-ml

Gym environments and agents for autonomous driving.
https://bark-simulator.github.io/
MIT License
93 stars 18 forks source link

libbark_Sworld_Stests_Slibmake_Utest_Uworld.so #138

Open mumuyanyan opened 2 years ago

mumuyanyan commented 2 years ago

error when running the example

ImportError: dlopen(/Users/hhh/anaconda3/envs/bark/lib/python3.7/site-packages/bark/core.so, 0x0002): Library not loaded: @loader_path/../../_solib_darwin_x86_64//libbark_Sworld_Stests_Slibmake_Utest_Uworld.so

mumuyanyan commented 2 years ago

i run the code on mac

patrickhart commented 2 years ago

Hello there, which test are you running?

When you build the system on Mac you need to additionally use --define build_platform=macos.

mumuyanyan commented 2 years ago

Hello there, which test are you running?

When you build the system on Mac you need to additionally use --define build_platform=macos.

My test file is "examples/continuous_env.py"

I run the file on the terminal on Mac: python examples/continuous_env.py

how can i run with the test file on the terminal?

patrickhart commented 2 years ago

Have a look here: https://bark-simulator.github.io/tutorials/bark_ml_getting_started/