Skip to content

fix: use single_action_space in DDPG for vectorized envs#538

Open
Mr-Neutr0n wants to merge 1 commit into
vwxyzjn:masterfrom
Mr-Neutr0n:fix/ddpg-single-action-space
Open

fix: use single_action_space in DDPG for vectorized envs#538
Mr-Neutr0n wants to merge 1 commit into
vwxyzjn:masterfrom
Mr-Neutr0n:fix/ddpg-single-action-space

Conversation

@Mr-Neutr0n
Copy link
Copy Markdown

Bug

DDPG uses envs.action_space instead of envs.single_action_space when constructing networks, which gives incorrect shapes in vectorized environments.

Fix

Changed to single_action_space to get the correct per-environment action dimensions.

@vercel
Copy link
Copy Markdown

vercel Bot commented Feb 11, 2026

@Mr-Neutr0n is attempting to deploy a commit to the Costa Huang's projects Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant