luweiagi

Results 5 issues of luweiagi

Here we set beacon buffer length as imu_buffer_length+1: https://github.com/ArduPilot/ardupilot/blob/d0a7e70d0f3e7c14f0b8d90f67652a79b5a4ee13/libraries/AP_NavEKF3/AP_NavEKF3_core.cpp#L140 ![image](https://github.com/ArduPilot/ardupilot/assets/19629731/fe08bf9b-6872-4135-94a4-95bf7ae9005d) But, at https://github.com/ArduPilot/ardupilot/blob/d0a7e70d0f3e7c14f0b8d90f67652a79b5a4ee13/libraries/AP_NavEKF3/AP_NavEKF3_core.cpp#L96 ![image](https://github.com/ArduPilot/ardupilot/assets/19629731/a67b1cf6-3285-48e0-80d2-30ee67a80a3a) We said that obs_buffer_length should not longer than the IMU buffer because we can't process data...

![image](https://github.com/PaddlePaddle/PARL/assets/19629731/d8b0a984-fc33-406b-b7a6-45a93718fa2e)

### What happened + What you expected to happen ``` ~/ray/rllib/examples# python cartpole_lstm.py ``` ``` Traceback (most recent call last): File "/root/autodl-tmp/ray/rllib/examples/cartpole_lstm.py", line 9, in from ray.rllib.utils.metrics import ( ImportError:...

bug
triage
rllib

### What happened + What you expected to happen ``` rllib train --run APPO --env CartPole-v0 --torch ``` error: No such option: --torch (Possible options: --restore, --stop, --trace) ### Versions...

bug
triage
rllib