Baselines: How to use baselines without proprietary mujoco

Created on 19 Oct 2018  路  4Comments  路  Source: openai/baselines

Can't install the baselines without purchasing a mujoco license even though I don't want to use physics mujoco algs.

Most helpful comment

should be fixed now (was related to new release of mujoco-py that cannot be installed without actual mujoco): https://github.com/openai/baselines/pull/661

All 4 comments

should be fixed now (was related to new release of mujoco-py that cannot be installed without actual mujoco): https://github.com/openai/baselines/pull/661

Awesome thanks for that change.

Hi,
I have the same problem,
Can not install baselines, and don't need mujoco

Can you please instruct me to solve this problem?

Use source to install, not pip.

  1. git clone https://github.com/openai/baselines
  2. python setup.py install
Was this page helpful?
0 / 5 - 0 ratings

Related issues

initial-h picture initial-h  路  4Comments

inkyusa picture inkyusa  路  3Comments

GbengaOdesanmi picture GbengaOdesanmi  路  4Comments

ahsteven picture ahsteven  路  5Comments

alapite picture alapite  路  4Comments