-
Hi, I've managed to expand `randomise` method of TORCS Env to include changing the track via dynamically generated XML. But when `reset()` is called without hard reset, the selected track is the same …
-
Hi, thanks for the code! I'm using Ubuntu 16.04 with CUDA drivers. Afte installation, and import, I am able to run gym.make(). When calling env.reset(), I get torcs_env' object has no attribute 'auto_…
-
Hi,
When i run the default code and follow the instructions, I get the following error:
```
sahil@CoolToad:/gym_torcs$ python example_experiment.py
pkill: killing pid 20651 failed: Operation not pe…
-
I set the startup script as follows
`th main.lua -seed 1 -server false -resume true -discrete false -gpu 0 -game_config quickrace_continuous_slowmulti_ushite-city.xml -env TORCS.TorcsContinuousConstD…
-
Hi,
I am working on the new projects in gym_torcs which requires faster frames per second. I found that in
```
ob, reward, done, _ = env.step(action)
```
which calls line 122-124 in…
-
Hi, first of all, many thanks for your great work.
I got a problem and don't know whether it is caused by torcs' update or my misunderstanding.
- If I simply run `python dagger.py`, I will get `…
-
### ❓ Question
Hello,
When I use DDPG to train the gym third party environment torcs (a racing environment), after a period of time when the program starts to run, it stalls for a while and then t…
-
Hi,
I'd like to use this repo because I'm trying to use torcs with OpenAI-Gym as pointed out [https://github.com/damienlancry/gym_torcs.git](here).
After executing command "make" I got this error…
-
While using say two clients from within a single program, after completing the first episode successfully, the environment doesn't reset simply by calling the reset method twice for both the clients. …
-
No angle attribute in Observation?
```python
>>>dir(ob)
['__add__', '__class__', '__contains__', '__delattr__', '__dir__', '__doc__', '__eq__', '__format__', '__ge__', '__getattribute__', '__getite…