Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the locking on the policy object in cross entropy planner.
When the policy is written, it should be done with unique_lock and not shared_lock. This mistake leads to an occasional crash. PiperOrigin-RevId: 696471417 Change-Id: I2b54c0d87d0bb11214210624d9f042f1b7c4d413
- Loading branch information