Giter Site home page Giter Site logo

Comments (6)

BY571 avatar BY571 commented on June 10, 2024

Hey @ChenyangRan sry for the late reply im having some problems with github recently. Can you tell me what script you were running?

from soft-actor-critic-and-extensions.

ChenyangRan avatar ChenyangRan commented on June 10, 2024

Hey @ChenyangRan sry for the late reply im having some problems with github recently. Can you tell me what script you were running?

Hi, it happened when I test the Hopper-V2 and type the flowing command.

python SAC.py -env Hopper-v2 -ep 200 -info sac

from soft-actor-critic-and-extensions.

BY571 avatar BY571 commented on June 10, 2024

@ChenyangRan the SAC.py file is kind of old and outdated. Could you try to use the run.py file? If it does not work please let me know :)

from soft-actor-critic-and-extensions.

ChenyangRan avatar ChenyangRan commented on June 10, 2024

@ChenyangRan the SAC.py file is kind of old and outdated. Could you try to use the run.py file? If it does not work please let me know :)

I'm sorry that I haven't read the README carefully.
I have used the run.py witthe command:

python run.py -env Hopper-v2 -seed 0 -info sac_test -w 2

Is it the original SAC agent? And it works without using warning.
Also, I noticed that the run is with the frames instad of n_epoches, which means the code records the total steps?

from soft-actor-critic-and-extensions.

BY571 avatar BY571 commented on June 10, 2024

@ChenyangRan Yes you are right it records the total interactions with the environment.

If you don't use any of the extensions it's plane SAC. If you set a flag like -per 1 it used prioritized experience replay. Setting -munchausen 1 it uses a munchausen reward addon etc.

Good to hear it runs without warning :)

from soft-actor-critic-and-extensions.

ChenyangRan avatar ChenyangRan commented on June 10, 2024

@ChenyangRan Yes you are right it records the total interactions with the environment.

If you don't use any of the extensions it's plane SAC. If you set a flag like -per 1 it used prioritized experience replay. Setting -munchausen 1 it uses a munchausen reward addon etc.

Good to hear it runs without warning :)

Thanks and I'll close this isusse.

from soft-actor-critic-and-extensions.

Related Issues (10)

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.