Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix open-agent setup error. #1785

Merged
merged 2 commits into from
Dec 23, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update readme.
Gamenot committed Dec 23, 2022
commit 8ba1b18a9f13e62c88ebea728a549395068d63e9
8 changes: 1 addition & 7 deletions zoo/policies/open-agent/README.md
Original file line number Diff line number Diff line change
@@ -8,10 +8,4 @@ Since we make use of Rust code-generation and compilation at run-time, you'll ne

The easiest way to get up and running is to follow the instructions at https://rustup.rs/

## Precompiled Binaries

The open_agent-X.XXX.whl files contained here are precompiled agent policies, these policy wheels can be rebuilt using `./setup.py` located in this same folder.

The purpose is for `./tests/test_open_agent.py` to have static policy binaries to test with.

Build the docs and see `docs/readme.rst:4.3.2 RLlib Example`.
After that you may need to call `pip install . # with -e if preferred` up to 2 times. The first time will get the base dependencies, the second time will rebuild the solver. The solver will be output to the `../python-bindings-open-agent-solver` directory.