QRDQN Agent playing SpaceInvaders (Loadbest)

2 years ago
10

This is a trained model of a QRDQN agent playing SpaceInvadersNoFrameskip-v4 using the stable-baselines3 library and the RL Zoo.

https://huggingface.co/Corianas/qrdqn-3frame-SpaceInvadersNoFrameskip-v4_3.loadbest

OrderedDict([('env_wrapper',
['stable_baselines3.common.atari_wrappers.AtariWrapper']),
('exploration_fraction', 0.025),
('frame_stack', 3),
('n_timesteps', 10000000.0),
('optimize_memory_usage', True),
('policy', 'CnnPolicy'),
('normalize', False)])

Loading comments...