AHPUymhd

Results 17 issues of AHPUymhd

How do you tell if the car is out of the road in a continuous motion,just like this ,go beyond the road and do not stop. ![image](https://github.com/Farama-Foundation/HighwayEnv/assets/72792297/40fb55f4-bac6-4f63-b9b3-f723d5ccc567) My configuration is...

![image](https://github.com/Farama-Foundation/HighwayEnv/assets/72792297/95cafeaf-e27d-4517-854c-fe6552beb033) The lane index of highway-v0 is shown in the figure . So what do the lane indexes of merge-v0 and intersection-v0 look like, and how do you get the...

Hello dear authors, thanks for your contributions in highway-env, but I recently had some questions when training the agent with stable-baselines3: 1.I learned 20,000 steps with DQN in highway-v0, but...

My configuration is as follows: ![image](https://github.com/Farama-Foundation/HighwayEnv/assets/72792297/8ab12e1e-d35e-4d07-92a3-4c7b4641d70e) But with a minimum speed of 20 and a maximum of 29.999, it is clear that this speed range is not -10 to 10...

Let's say I'm in the middle lane, how can I get the index of the left and right lanes and the current lane first, and then how can I find...

{ "base_config": "configs/HighwayEnv/agents/DQNAgent/ddqn.json", "model": { "type": "EgoAttentionNetwork", "embedding_layer": { "type": "MultiLayerPerceptron", "layers": [64, 64], "reshape": false, "in": 7 }, "others_embedding_layer": { "type": "MultiLayerPerceptron", "layers": [64, 64], "reshape": false, "in": 7...

Dear author, I ran your code and then ran into an error when storing the update experience for the second time, what is the reason? The following error message is...

我看论文里面的实验是从道路4密度2开始的,请问你们做了道路4密度1的实验吗,大概有多少的成功率呢,可以达到百分之九十吗,谢谢。

I would like to ask why your experimental data is not reflected in the paper, such as the success rate of 30s in the environment of road 4 and density...

请问有关于视频-文本微调的代码