kakaoenterprise / JORLDY

Repository for Open Source Reinforcement Learning Framework JORLDY
Apache License 2.0
362 stars 49 forks source link

Errors when running Drone_Challenge #54

Closed pnltoen closed 2 years ago

pnltoen commented 3 years ago

Describe the bug

  1. Not running mlagents until I stalled hiredis
  2. DroneDelivery env error, I think it's corrupted.

To Reproduce pip install -r requirements.txt python sync_distributed_train.py --config=config.ppo.drone_delivery_mlagent

Expected behavior

First, After I had installed requirements.txt I followed the commands "python sync_distributed_train.py --config=config.ppo.drone_delivery_mlagent" Then I saw "redis-py works best with hiredis please consider installing" in my case it's not causing any problem to run mlagents. but one on my friend couldn't run it until he installed hiredis.

Second, When I run mlagents. I could barely see Drone, Destination points. (please see the pic I attached) By overwriting files with this I could solve the problem.

Please check these errors. Thanks

Screenshots image

Development Env. (OS, version, libraries): Windows 10, Anaconda, Python3.8.8

leonard-q commented 2 years ago

We updated drone delivery env for Mac which had issue and tested drone delivery env for all the os. The env worked well in all the envs, so we close this issue