cityflow-project / CityFlow

A Multi-Agent Reinforcement Learning Environment for Large Scale City Traffic Scenario
https://cityflow-project.github.io
Apache License 2.0
785 stars 171 forks source link

Inconsistency with pytorch #90

Open oroojlooy opened 4 years ago

oroojlooy commented 4 years ago

It seems that there is some level of inconsistency with pytorch, such that I cannot import cityflow and torch together. See below:

import cityflow
import torch 
Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)