Giter VIP home page Giter VIP logo

Comments (2)

hannayurchyk avatar hannayurchyk commented on September 27, 2024 1

Thank you for the fast reply, everything is running smoothly now! I will let you know if any other issue arises.

Best,
Hanna

from ecrl.

DanHrmti avatar DanHrmti commented on September 27, 2024

Hi,

Thank you for pointing out the discrepancy between the torch versions in the requirements.txt and the README, the code should work with both versions of torch though.

Regarding the stable-baselines3 version, I developed the RL code on top of version 1.5.0 and therefore it is a hard constraint.
I have also had some problems with the installation of gym 0.21.0 and this provided the solution: openai/gym#3176
In short, just downgrade setuptools to an earlier version that doesn't break the gym 0.21.0 installation.
pip install setuptools==66 worked for me.

To solve the permission denied for wandb you can do one of the following:

  1. Disable wandb logging by setting WANDB: log: False in the config/push_t/Config.yaml
  2. Fill in your wandb username in the wandb.init(entity="") line in the main.py script

I am happy to help, let me know if you have any other issues and I will do my best to answer questions or push any required fixes to the repository.

Dan

from ecrl.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.