facebookresearch / mbrl-lib

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

move x to device for gaussian mlp tests #179

Closed raghavauppuluri13 closed 1 year ago

raghavauppuluri13 commented 1 year ago

Types of changes

Motivation and Context / Related issue

The tests test_gaussian_mlp_ensemble_random_model_propagation and test_gaussian_mlp_ensemble_fixed_model_propagation fail when using dual-gpu linux system.

How Has This Been Tested (if it applies)

Ran previously failed tests on dual-gpu linux machine and they pass.

Checklist