google / dopamine

Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.
https://github.com/google/dopamine
Apache License 2.0
10.57k stars 1.37k forks source link

how to use the compiled pickle files? #8

Closed zzzkk2009 closed 6 years ago

zzzkk2009 commented 6 years ago

The compiled pickle files are available here We make use of these compiled pickle files in both agents and the statistics colabs.

I downloaded these files, but i don't know how to use them, can anyone help me.

psc-g commented 6 years ago

check out the colabs here: https://github.com/google/dopamine/tree/master/dopamine/colab specifically the agents and loading statistics ones. you will see example code on how to load and visualize the data from the pkl files.

you can also use the code directly: https://github.com/google/dopamine/blob/master/docs/api_docs/python/utils/read_experiment.md