andreykurenkov / modeling_env_dynamics

GNU General Public License v3.0
19 stars 3 forks source link

mini_behavior of dependencies looks like cannot access #1

Open Wenqi-Ge opened 1 year ago

YESAndy commented 1 year ago

Does anyone solve this?

aoiohta commented 10 months ago

Hi, Does anyone solve this problem? When I proceed "./install.sh" in your repo, I got following error: ERROR: Invalid requirement: './dependencies/gym-minigrid' Hint: It looks like a path. File './dependencies/gym-minigrid' does not exist. ERROR: Invalid requirement: './dependencies/mini_behavior' Hint: It looks like a path. File './dependencies/mini_behavior' does not exist.

TieJean commented 2 weeks ago

As the error message suggests, I solved it by cloning the gym-minigrid and mini_behavior under directory dependencies.

Alternatively, initialize and update the submodules should also work.

aoiohta commented 2 weeks ago

@TieJean Thank you, actually I also did the same procedure and solved it.