-
Notifications
You must be signed in to change notification settings - Fork 11
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
Upgrade d3rlpy #17
Comments
Hi @takuma-sony, Thank you so much for sharing the updates on d3rlpy! I will first pin d3rlpy version to |
[For those who have issues installing the package from We are currently working on updating the dependency as discussed above, but meanwhile, the temporal solution is to use (1) for Mac (and perhaps for Windows as well) 1-0. Install Python 3.9 if necessary. 1-1. Setup virtual env. pip install virtualenv
virtualenv -p python3.9 scope-venv 1-2. Upgrade pip, setuptools, and wheel. pip install --upgrade pip
pip install --upgrade pip setuptools wheel 2-2. Install Cython and numpy to meet the d3rlpy's dependency. pip install Cython==0.29.36
pip install numpy 2-3. Install SCOPE-RL. pip install scope-rl==0.1.3 (2) for Colab 2-1. Install Python 3.9. !sudo apt-get install python3.9 2-2. Setup venv. !pip3 install virtualenv
!virtualenv -p python3.9 scope-venv
!source /content/scope-venv/bin/activate
!sudo apt-get install python3.9-distutils 2-3. Install SCOPE-RL. !pip3 install scope-rl==0.1.3 |
[Working log] We are working on upgrading scope-rl to reflect recent changes in d3rlpy in the d3rlpy branch. PR #18
|
[Upgrade]
|
Thanks for the update! |
Hi, I'm the author of d3rlpy. I see this repo using d3rlpy. Recently, I've made a major change to d3rlpy including some interface changes. I'd like to give a heads-up. The quick solution is to pin d3rlpy version to
1.1.1
. Thanks!The text was updated successfully, but these errors were encountered: