zjowowen

Results 9 comments of zjowowen

Hi, jaried! My environment is "v0.4.3 1.12.1+cpu 3.8.10 (tags/v3.8.10:3d8993a, May 3 2021, 11:48:03) [MSC v.1928 64 bit (AMD64)] win32". No error was found during create buffer. (Minor changes to your...

- gym-pubulley-drones Flythrugate random bot VS trained agent https://user-images.githubusercontent.com/93968541/207054782-6cea7a97-9a0d-41bb-8d58-4484c877c6e0.mp4

Evogym Carrier-v0 random bot VS trained agent https://user-images.githubusercontent.com/93968541/210569397-ad55fd85-71ee-48a3-889d-93e3e85ebf4f.mp4 agent during early training VS trained agent https://user-images.githubusercontent.com/93968541/210812515-bb4a10af-b319-4238-89bf-514a0a4a473c.mp4

Procgen Bigfish random bot VS trained agent https://user-images.githubusercontent.com/93968541/212252949-250e96fd-cc03-4565-aae0-355c85ffe7f1.mp4

cliffwalking agent trained by DQN random agent vs trained agent https://github.com/opendilab/DI-engine/assets/93968541/756cbba6-4405-4882-8753-6e4288e40a40

Hi, I have similar needs when coding my repo based on torchdyn. I need the function of odeint to support passing some data type as (dx, dlog(x)) for building generative...

No, there seems to have no available rendering API in the latest gym==0.25.1. They decided to remove it to support and suggest using pygame. However, there certainly would be learning...

Hi, This repo [https://github.com/zjowowen/gym-pybullet-drones.git] is updated with the origin repo [https://github.com/utiasDSL/gym-pybullet-drones]. Thanks for reminding us!

My suggestion is to clip action into a proper interval before calling step method to env by using an env wrapper. Here is an example: [example.txt](https://github.com/opendilab/PPOxFamily/files/12142606/example.txt)