Push agent to the Hub b2d9505
Maxime Kuntz commited on
How to use mkuntz/ppo-LunarLander-v2 with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("mkuntz/ppo-LunarLander-v2", device_map="auto")