Ice-mao / RL_AUV_tracking

Deep Reinforcement Learning (RL) for target tracking with Autonomous Underwater Vehicles (AUV) using SB3 and HoloOcean simulator
GNU General Public License v3.0
12 stars 3 forks source link

installed dependency #4

Open diand2023 opened 1 month ago

diand2023 commented 1 month ago

"When I installed the holoocean dependency, it prompted me to install version 0.5.8. Then, when installing other dependencies, it required Python >= 3.10. After upgrading Python to 3.10, it prompted that installing holoocean requires pywin32=228 -> python[version='>=3.6,<3.7.0a0|>=3.7,<3.8.0a0|>=3.9,<3.10.0a0|>=3.8,<3.9.0a0']. What should I do?"

Ice-mao commented 1 month ago

https://byu-holoocean.github.io/holoocean-docs/v1.0.0/index.html Now you can use the latest version 1.0.0 of holoocean to run the project.please refer the link and the 0.5.8 is not provided by pypi. My python is 3.8 can do this.

diand2023 commented 1 month ago

Hello, when trying to install inekf, an error occurs: ERROR: Could not find a version that satisfies the requirement inekf (from versions: none) ERROR: No matching distribution found for inekf I checked the official documentation, and the suggested command is pip install inekf.

diand2023 commented 1 month ago

Hello, when trying to install inekf, an error occurs: ERROR: Could not find a version that satisfies the requirement inekf (from versions: none) ERROR: No matching distribution found for inekf I checked the official documentation, and the suggested command is pip install inekf.How should I do?Thanks!

------------------ 原始邮件 ------------------ 发件人: "Ice-mao/RL_AUV_tracking" @.>; 发送时间: 2024年7月22日(星期一) 中午1:47 @.>; @.**@.>; 主题: Re: [Ice-mao/RL_AUV_tracking] installed dependency (Issue #4)

https://byu-holoocean.github.io/holoocean-docs/v1.0.0/index.html Now you can use the latest version 1.0.0 of holoocean to run the project.please refer the link and the 0.5.8 is not provided by pypi. My python is 3.8 can do this.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

Ice-mao commented 1 month ago

https://pypi.org/project/inekf/ I just do: pip install inekf doesn't it work?

diand2023 commented 1 month ago

Is inekf only installable on Linux and not on Windows?

Ice-mao commented 1 month ago

Is inekf only installable on Linux and not on Windows?

Maybe.I encourage you test the program in Linux because the scenario map is build for Linux,too.