SHITIANYU

Results 33 issues of SHITIANYU

When I run : python baseline_agent.py --config /home/tianyushi/code/macadgym/src/macad_gym/envs/intersection/stop_sign_urban_intersection_3c.json in the path: /home/tianyushi/code/macad-agents/src/macad_agents I found some configurations are missing in this jason file.

in this script: [https://colab.research.google.com/github/eleurent/highway-env/blob/master/scripts/highway_planning.ipynb](url) The code only runs one episode, how could I run more episodes to update the agent, and save the model?

I am wondering is [cross entropy method](https://github.com/eleurent/rl-agents/tree/master/rl_agents/agents/cross_entropy_method) the only one that is compatible with continuous action spaces? I tried [CEM agent](https://github.com/eleurent/rl-agents/blob/master/rl_agents/agents/cross_entropy_method/cem.py#L8), but I found it runs very slow(Animation update is...

my torch is 1.9.0, torchvision is 0.10.0a0. CUDA Version: 11.3 I will have this error: Traceback (most recent call last): File "train.py", line 23, in import horovod.torch as hvd File...

bug

regarding this line: python -m imitation.{tensorflow|pytorch}.train_imitation I didn't find PyTorch version in the learning folder.

File "test.py", line 55, in main() File "test.py", line 43, in main env = gym.make('carla-v0', params=params) File "/home/tianyushi/miniconda3/envs/end2end/lib/python3.6/site-packages/gym/envs/registration.py", line 156, in make return registry.make(id, **kwargs) File "/home/tianyushi/miniconda3/envs/end2end/lib/python3.6/site-packages/gym/envs/registration.py", line 101, in...

## Bug Description A clear and concise description of the bug and what you expected to happen. ## Bug Reproduce File in which the bug occurred: `file.py` The exact command...

bug

I run: python examples/train.py singleagent_ring --rl_trainer Stable-Baselines But got this following error: netconvert: error while loading shared libraries: libproj.so.12: cannot open shared object file: No such file or directory Error...

bug

## Bug Description Traceback (most recent call last): File "/home/tianyushi/anaconda3/envs/flow/lib/python3.6/site-packages/ray/tune/trial_runner.py", line 498, in _process_trial result = self.trial_executor.fetch_result(trial) File "/home/tianyushi/anaconda3/envs/flow/lib/python3.6/site-packages/ray/tune/ray_trial_executor.py", line 342, in fetch_result result = ray.get(trial_future[0]) File "/home/tianyushi/anaconda3/envs/flow/lib/python3.6/site-packages/ray/worker.py", line 2247,...

bug

## Feature Description Please provide: I have read this article: https://sites.google.com/view/iccps-policy-transfer I try to implement it in minicity.py network, I try to change the environment to MultiAgentAccelPOEnv( i am not...

feature request