Reinforcement Learning
stable-baselines3
SpaceInvadersNoFrameskip-v4
deep-reinforcement-learning
Eval Results (legacy)
Instructions to use storegor/SpaceInvadersNoFrameskip-v4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- stable-baselines3
How to use storegor/SpaceInvadersNoFrameskip-v4 with stable-baselines3:
from huggingface_sb3 import load_from_hub checkpoint = load_from_hub( repo_id="storegor/SpaceInvadersNoFrameskip-v4", filename="{MODEL FILENAME}.zip", ) - Notebooks
- Google Colab
- Kaggle
File size: 306 Bytes
56fed0d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | !!python/object/apply:collections.OrderedDict
- - - env_wrapper
- - stable_baselines3.common.atari_wrappers.AtariWrapper
- - exploration_fraction
- 0.025
- - frame_stack
- 4
- - n_timesteps
- 10000000.0
- - optimize_memory_usage
- true
- - policy
- CnnPolicy
|