The Atari pretrained model downloader be removed?
See original GitHub issueIn DQN’s README, it gives a way to download the pretrained model:
python -m baselines.deepq.experiments.atari.download_model
But it seems the atari.download_model
already be removed in experiments
directory.
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
heblushabus/atari-A3C - GitHub
Occasionally, processes may not get terminated completely. If you're using Linux, install python-prctl to prevent this. To test a model: Download models from ......
Read more >Examples — Stable Baselines3 1.7.0a8 documentation
In the following example, we will train, save and load a DQN model on the ... Save the agent model.save("dqn_lunar") del model #...
Read more >:joystick: Pretrained Atari Agents | Bitdefender Research
Pretrained Atari AgentsReleasing trained models in computer vision and natural language processing has been a major source of progress for ...
Read more >Model Zoo - Deep learning code and pretrained models for ...
ModelZoo curates and provides a platform for deep learning researchers to easily find code and pre-trained models for a variety of platforms and...
Read more >APS: Active Pretraining with Successor Features - arXiv
Visual: the method works well in visual RL, e.g., Atari games. Task: the model conditions on latent task variables z. ⋆ means only...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think this was removed because it was out of date and stopped working. You can browse a different commit to find the script and try it.
Ideally, this should be removed from the README if it indeed no longer works. Otherwise, it should be added back to the repo.
Is there any alternative? I’m looking for pre-trained model of Pong and few other Atari games for benchmarking and experiments.