Fixes net_arch
in sb3_ppo_cfg.yaml
for Isaac-Lift-Cube-Franka-v0 task
#1249
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Two changes are made to fix [Bug Report] sb3_ppo_cfg.yaml not work for Isaac-Lift-Cube-Franka-v0 #1248:
sb3_cfg_entry_point
tosource/extensions/omni.isaac.lab_tasks/omni/isaac/lab_tasks/manager_based/manipulation/lift/config/franka/init.py
net_arch=[32, 32, dict(pi=[256, 128, 64], vf=[256, 128, 64])]
tonet_arch=dict(pi=[256, 128, 64], vf=[256, 128, 64])
in line 19 ofsb3_ppo_cfg.yaml
.Fixes #1248
Type of change
Screenshots
Checklist
pre-commit
checks with./isaaclab.sh --format