Kunal Kumar Sahoo

Results 7 issues of Kunal Kumar Sahoo

### **Describe your change:** Created permutations.py program to calculate permutations of objects * [x] Add an algorithm? * [ ] Fix a bug or typo in an existing algorithm? *...

stale
awaiting reviews
tests are failing
require descriptive names

I get the following error while executing the code given in `experiments/ppo_4x4grid.py`. The console output is as follows: ``` 2024-06-05 15:05:36,177 INFO worker.py:1743 -- Started a local Ray instance. View...

Given a traffic network with multiple intersections, I want to deploy a single DQN to all the individual traffic light signal. How can I do that?

Can you specify what version of `TraCI` library did you use because while implementing `main.py` code, I am encountering the following error: ``` Traceback (most recent call last): File "/home/kunalkumarsahoo/mambaforge/envs/cistup/lib/python3.10/multiprocessing/process.py",...

While executing the following command: ``` CUDA_VISIBLE_DEVICES=0 python -m JaxPref.new_preference_reward_main --use_human_label True --comment test_1 --transformer.embd_dim 256 --transformer.n_layer 1 --transformer.n_head 4 --env kitchen --logging.output_dir './logs/pref_reward' --batch_size 256 --num_query 50 --query_len 100...

Added another parameter to the environment constructor `ignore-route-errors` to avoid runtime errors when specific routes are not found during the simulation. This will help in simulating on a lot of...

The RLLib codes did not run because the latest versions of Ray had some of the attributes and methods `DEPRECATED` and `sumo-rl` did not mention any specific version of `ray[rllib]`...