David Nie

Results 11 issues of David Nie

## Error Description So I'm using `rl_attempted_completion_function` to add my own keyword completion, but ever since that the **filepath completion** doesn't work as expected, it will crash with free(): double...

# 1. Why I'm currently using macad-gym on a Windows 11 device with the latest version of Carla (0.9.13). Seems like macad-gym does not support Windows at all, and a...

## Error Description I'm trying to run Carla on our GPU server. I've downloaded the pre-built binary version given in the release file, and executed as below: ```bash ./CarlaUE4.sh -RenderOffScreen...

**This work is still in progress. Also, this PR might contain some radical changes** # Description This PR is an attempt to cope with https://github.com/praveen-palanisamy/macad-gym/issues/81. Instead of fixing the original...

I want to apply `traffic_manager.set_path(actor, route)` (This api is missed in the doc, but actually available and described in this [PR](https://github.com/carla-simulator/carla/pull/4786)) to navigate the actor to desired end point when...

Hi! I want to train NPC vehicles in an autonomous driving scenario, using RL algorithms to discover the potential weaknesses of the Ego vehicle. I'm currently trying to use Pylot...

I'm using below code to do summarize for a couple of text samples. For one specific text, will raise Exception: `RuntimeError: The expanded size of the tensor (561) must match...

In Python, the `circle` function could do two kinds of jobs. 1. draw a full circle with given radius. e.g. `turtle.circle(100)` 2. draw an arc with given radius and extent....

I've tried the `continuous_A3C.py`, there exists some problems. # Problem ## 1. Incorrect dictionary update https://github.com/praveen-palanisamy/macad-agents/blob/b2726b391ee4f6844e2ae80883fb99f8027d34b4/src/macad_agents/a3c/continuous_A3C.py#L30-L33 Use `dict.update` to update a dictionary will override pre-exists keys in the dict, such...

Hi! Thank you for developing such an amazing work. Our team is using this to visualize OpenDrive files from Carla Simulator, and creating driving scenarios in OpenScenario format. I'm wondering...