Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question for training dreamer_v3 on InvertedPendulum-v4 #330

Open
anthony0727 opened this issue Feb 7, 2025 · 0 comments
Open

Question for training dreamer_v3 on InvertedPendulum-v4 #330

anthony0727 opened this issue Feb 7, 2025 · 0 comments

Comments

@anthony0727
Copy link

I ran below command to train InvertedPendulum-v4,

MUJOCO_GL=egl python sheeprl.py     exp=dreamer_v3     env=mujoco     env.id=InvertedPendulum-v4     fabric.accelerator=cuda     fabric.devices=1     fabric.strategy=ddp algo.mlp_keys.encoder=[state] algo.mlp_keys.decoder=[state] algo.cnn_keys.encoder=[] algo.cnn_keys.decoder=[]

but it the agent is not learning (expected to achieve 1000 score)

Rank-0: policy_step=829396, reward_env_1=4.0                                                                                                                                               
Rank-0: policy_step=829400, reward_env_2=4.0                                                                                                                                               
Rank-0: policy_step=829404, reward_env_0=4.0                                                                                                                                               
Rank-0: policy_step=829404, reward_env_3=4.0
Rank-0: policy_step=829412, reward_env_1=4.0
Rank-0: policy_step=829416, reward_env_2=4.0

Am I missing something?

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

No branches or pull requests

1 participant