Results 17 issues of Afshin Oroojlooy

When I choose a continues action problem like `HalfCheetah-v2`, the actions are lower-bounded by `-1`. But, the policy does not consider that and generates actions which are beyond the lower...

When I run `python3 main.py --env-name "Reacher-v2"`, I get the error below. The error disappear when I set `--num-processes 1`. Any idea how to fix that? I get same error...

I was wondering how the `point` are determined in the road-net file? For example, in the following example from a 2-lane example, I see that `x` and `y` and distributed...

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

When I run the generator, it by default only generates four vehicle data in the `flow.json`. How can I increase this?

Hi, I am getting this error when I call python train.py, Traceback (most recent call last): File "train.py", line 10, in from lib.nn_model.model import get_nn_model File "/home/afo214/tensorflow/vrp/seqTOseq/debug_seq2seq/lib/nn_model/model.py", line 4, in...

### System Info transformers 4.28.1 torch 2.0.0 torchaudio 2.0.0 torchvision 0.15.0 huggingface-hub 0.13.4 trl 0.4.2.dev0 ### Who can help? Probably people from accelerate, trainer, and text: @pacman100, @sgugger, @ArthurZucker ###...

I have bunch of JavaScript functions, all loaded in memory inside a python code, and I need to validate their syntax without writing them down in .js files. I was...

### System Info Oracle Linux 7.9 Python 3.9.18 text-generation-server 1.3.4 torch 2.1.2 gpu: 8*A100-40Gb ### Information - [X] Docker - [ ] The CLI directly ### Tasks - [X] An...

In the README, it is mentioned that `Actor-Critic Policies supporting causal LMs (eg. GPT-2/3) and seq2seq LMs (eg. T5, BART)`. I was wondering how I can use GPT-2 model? I...