We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I ran below command to train InvertedPendulum-v4,
but it the agent is not learning (expected to achieve 1000 score)
Am I missing something?
The text was updated successfully, but these errors were encountered: