PacktPublishing / Hands-On-Intelligent-Agents-with-OpenAI-Gym

Code for Hands On Intelligent Agents with OpenAI Gym book to get started and learn to build deep reinforcement learning agents using PyTorch
https://www.packtpub.com/big-data-and-business-intelligence/hands-intelligent-agents-openai-gym
MIT License
366 stars 149 forks source link

Error connecting: (localhost:18872) failed to connect: [Errno 111] Connection refused, attempt 0 #28

Closed iamycee closed 4 years ago

iamycee commented 4 years ago

When I run the starter code for chapter 8, I get the following error: Error connecting: (localhost:18872) failed to connect: [Errno 111] Connection refused, attempt 0

How do I fix this? I'm on CARLA version 0.9.6

praveen-palanisamy commented 4 years ago

Hi @iamycee , For CARLA 0.9.x, use the code in this repository: https://github.com/praveen-palanisamy/macad-gym. I am closing this as it is a duplicate of #27