Coder Social home page Coder Social logo

denisyarats / exorl Goto Github PK

View Code? Open in Web Editor NEW
98.0 3.0 8.0 61 KB

ExORL: Exploratory Data for Offline Reinforcement Learning

Home Page: https://sites.google.com/view/exorl

License: MIT License

Python 99.72% Shell 0.28%
python control reinforcement-learning unsupevised offline-rl deep-learning pytorch off-policy mujoco model-free

exorl's People

Contributors

denisyarats avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

exorl's Issues

Inquiry on Data Collection Step

Is it possible to release the code for data collection? Is each dataset collected using one seed or multiple seeds? Thanks in advance!

Why do action, reward and terminal flag use next_observation's index?

Hi,
I was trying to go through the code and couldn't understand one thing. When sampling a tuple from the replay buffer, why do action, reward and discount use index i which is the same for next_observation? Shouldn't they also be using index i-1 similar to observation?

exorl/replay_buffer.py

Lines 93 to 98 in a3fb07a

idx = np.random.randint(0, episode_len(episode)) + 1
obs = episode['observation'][idx - 1]
action = episode['action'][idx]
next_obs = episode['observation'][idx]
reward = episode['reward'][idx]
discount = episode['discount'][idx] * self._discount

Please add data collection code to repo

Hi, I tried to replicate the results from the paper by running from scratch using URL Benchmark to collect data and use your repo to relabel and train offline but could not replicate the results from the paper. Please release the data collection step to this repo for full replication of the papers results. Thanks

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.