diff --git a/docs/introduction/installation.md b/docs/introduction/installation.md index 4601cea..1ae82a5 100644 --- a/docs/introduction/installation.md +++ b/docs/introduction/installation.md @@ -53,7 +53,14 @@ For more detailed instructions, see the [robosuite installation page](https://ro

Note

-The git checkout command corresponds to the commit we used for testing our policy learning results. In general the `master` branch (`v1.4+`) should be fine. +The git checkout command corresponds to the commit we used for testing our policy learning results. However, you should also be able to use the `v1.4.1` branch of robosuite. + +
+ +
+

Warning

+ +The current codebase does not support robosuite `v1.5+`. Supporting this would require changing some details due to the changed controller conventions in the new versions.