macad-agents icon indicating copy to clipboard operation
macad-agents copied to clipboard

Agents code for Multi-Agent Connected Autonomous Driving (MACAD) described in the paper presented in the Machine Learning for Autonomous Driving Workshop at NeurIPS 2019:

Results 2 macad-agents issues
Sort by recently updated
recently updated
newest added

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...

### Discussed in https://github.com/praveen-palanisamy/macad-agents/discussions/17 Originally posted by **rsuwa** October 7, 2021 ```bash $ docker build --rm -f macad-agents/Dockerfile -t macad-agents:latest . ... Step 8/15 : RUN conda install -y numpy...