vwxyzjn / cleanrl

High-quality single file implementation of Deep Reinforcement Learning algorithms with research-friendly features (PPO, DQN, C51, DDPG, TD3, SAC, PPG)
http://docs.cleanrl.dev
Other
4.91k stars 566 forks source link

ddpg huggingface integration #407

Closed sdpkjc closed 1 year ago

sdpkjc commented 1 year ago

Description

Types of changes

Checklist:

If you need to run benchmark experiments for a performance-impacting changes:

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
cleanrl ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 28, 2023 4:17am
sdpkjc commented 1 year ago

The --capture-video option for mujoco doesn't seem to be available on macos.

sdpkjc commented 1 year ago

macos mujoco test does not have mesa installed.

vwxyzjn commented 1 year ago

macos mujoco test does not have mesa installed.

Yeah in that case you can probably change CI to just work with ubuntu.

sdpkjc commented 1 year ago
image
vwxyzjn commented 1 year ago

Looks really great!! Thanks so much for the PR :) Feel free to merge