Data-Efficient-Reinforcement-Learning-with-Probabilistic-Model-Predictive-Control icon indicating copy to clipboard operation
Data-Efficient-Reinforcement-Learning-with-Probabilistic-Model-Predictive-Control copied to clipboard

Unofficial Implementation of the paper "Data-Efficient Reinforcement Learning with Probabilistic Model Predictive Control", applied to gym environments

Results 2 Data-Efficient-Reinforcement-Learning-with-Probabilistic-Model-Predictive-Control issues
Sort by recently updated
recently updated
newest added

I run python main.py I got the error: Traceback (most recent call last): File "main.py", line 124, in main() File "main.py", line 76, in main predicted_state_std=predicted_state_std) File "/home/lq/Data-Efficient-Reinforcement-Learning-with-Probabilistic-Model-Predictive-Control/control_objects/gp_mpc_controller.py", line 806,...

If you get the error: "ValueError: bad value(s) in fds_to_keep", set the parameters save_plot and save_plot_model_3d to 0 in global_parameters.json. The error is due to having multiple parallel processes running...