Giter VIP home page Giter VIP logo

baselines-results's People

Contributors

christopherhesse avatar joschu avatar matthiasplappert avatar nottombrown avatar siemanko avatar tonywu95 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  avatar  avatar

Watchers

 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  avatar  avatar

baselines-results's Issues

atari50 path

I was hoping to run through the acktr_ppo_acer_a2c_atari notebook. One of the first steps is to load results from ./atari50.

Would you be able to add that path to the repository, or provide a mechanism for downloading it like the dqn_results one does?

Regrading the graphs in Param-Noise

Hey,
Is there any chance getting the code to create the graphs in the param-noise directory (as done in the jupyter notebook)? I want to use the results for comparison, but I need the data itself and not the graphs.

Thanks in advance!

It can help a lot because my computational resources are not enough for reproducing all of the deepq results by myself.

Mujoco v2 baseline results

It would be good to have Mujoco baseline results for ACKTR, A2C, TRPO , PPO and DDPG for Mujoco v2 environment update. It would be good to have benchmark results compare against.

Only 19 games

The evaluation results provided in the "dqn_result.pkl" only contain 19 games. Does the rest of the game's training process has no record file? If someone have, please release it.THANK YOU VERY MUCH

experiment = "atari-prior-a"  
game_data = defaultdict(lambda: [])
for run_name, data in run_to_episode_data.items():
    if run_name.startswith(experiment):
        game = data['env_id'][:-len('NoFrameskip-v3')]
        t = np.cumsum(data['episode_data']["episode_lengths"])
        r = np.array(data['episode_data']["episode_rewards"])
        # Ensure all mesurements after the deadline of 2e8 are thrown away
        t_fltr, r_fltr = t[t < MAX_TSTEPS], r[t < MAX_TSTEPS]
        game_data[game].append((t_fltr, r_fltr))
print(len(game_data.keys()))
# 19

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.