ElegantRL
ElegantRL copied to clipboard
Massively Parallel Deep Reinforcement Learning. 🔥
All of the setup & set-up do not work. Can your team try to make consistent requirements so we can actually run the examples, even installing from the repo does...
Hi, is it possible to provide one example for Isaac Gym Preview4? I noticed there is one example for isaac gym. It seems it is for Isaac Gym Preview3?
class Learner(Process): def __init__(self, learner_pipe: Pipe, worker_pipes: [Pipe], def render_agent(env_class, env_args: dict, net_dims: [int] 似乎加上[]会报错,不太理解为什么要加[]
ImportError: cannot import name 'Arguments' from 'elegantrl.train.config' in the ''tutorial_LunarLanderContinous-v2.py'' example. Any fixed would be helpful!
Hello, I am testing elegantRL for different environments, but I could not find any examples of completed training. I have been running the LunarLander example for a few days, using...
running the following demo ``` python examples/demo_Isaac_Gym.py ``` throws up the error ``` Traceback (most recent call last): File "examples/demo_Isaac_Gym.py", line 6, in from elegantrl.train.run import train_and_evaluate ImportError: cannot import...
Does the current version support the task of training mutil discrete action spaces?
After training the agent, many people are not sure how to save and load the policy network after training and see how the agent actually performs in a simulation environment....