facebookresearch / mbrl-lib

Library for Model Based RL
MIT License
952 stars 154 forks source link

Include dict comprehension #168

Closed boneyag closed 1 year ago

boneyag commented 1 year ago

Types of changes

Replaces invocation to dict constructor with dict comprehension

Motivation and Context / Related issue

dict comprehension is faster than invoking the constructor with a list of tuples.

How Has This Been Tested (if it applies)

No additional tests required

Checklist

luisenp commented 1 year ago

Thanks for the contribution! LGTM, but can you update to the latest main and commit again? I had to fix some errors caused by updates to one of the dependencies we use for CI.