Code Monkey home page Code Monkey logo

Comments (4)

jamartinh avatar jamartinh commented on August 17, 2024 1

Many thanks !

from corl.

vkurenkov avatar vkurenkov commented on August 17, 2024

Hi,

Did you check https://github.com/corl-team/CORL/tree/main/results ?

from corl.

jamartinh avatar jamartinh commented on August 17, 2024

Thanks @vkurenkov for the link, however I guess I will need a little to start,

The results are the average rewards obtained?

For instance, let's take the Table of Gym-Mujoco:

https://github.com/corl-team/CORL#gym-mujoco

Task-Name | BC | 10% BC | TD3+BC | AWAC | CQL | IQL | ReBRAC | SAC-N | EDAC | DT

hopper-medium-v2 | 53.51 ± 1.76 | 55.48 ± 7.30 | 60.37 ± 3.49 | 63.02 ± 4.56 | 59.08 ± 3.77 | 67.53 ± 3.78 | 102.29 ± 0.17 | 40.82 ± 9.91 | 101.70 ± 0.28 | 65.10 ± 1.61

This numbers seems to me very low for meaning Hopper rewards.

Could you please give me some aid ?

Lots of thanks!

from corl.

vkurenkov avatar vkurenkov commented on August 17, 2024

Yes, sure. The results are averaged across seeds (best = best evaluation point within runs; final = the last ones within runs).

Note that these are normalized scores not the actual reward provided by the environment.

normalized_score = 100* (score - REF_MIN_SCORE) / (REF_MAX_SCORE - REF_MIN_SCORE )

For more details check section on normalized scores here https://github.com/Farama-Foundation/D4RL

from corl.

Related Issues (7)

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.