Closed ResourceHog closed 4 months ago
Hi @ResourceHog , thanks for the feedback. @qgallouedec - I'm checking it today, surprising.
Yeah it's because Windows uses \
instead of /
. @perezjln, you should replace
by
ASSETS_PATH = os.path.join(os.path.dirname(__file__), "assets", "low_cost_robot_6dof")
Python version: 3.12.2 OS: Windows 11 Steps to reproduce: Create a venv with
python -m venv venv
Activate the venv./venv/Scripts/Activate
Install the repo:pip install git+https://github.com/perezjln/gym-lowcostrobot.git
Create a file app.py
run the file
python -m app
result: