-
# Introduction to machine learning
What is Machine Learning?
Machine learning (ML) is a modern software development technique and a type of artificial intelligence (AI) that enables computers …
-
A clear metric should be given for every user to determine this status for greater transparency.
-
Hi!
I am using ray 1.2.0 and Python 3.6 on Ubuntu 18.04
I am trying a centralised critic PPO for the waterworld environment from Pettingzoo[sisl] [https://www.pettingzoo.ml/sisl/waterworld](url).
…
-
(vrenv) lhn@4GPU-A100:~/DATACENTER1/yl/projects/RL4VLM/VLM_PPO/scripts$ bash run_nl.sh
[2024-06-14 10:08:43,334] [INFO] [real_accelerator.py:203:get_accelerator] Setting ds_accelerator to cuda (auto …
-
### ❓ Question
I want to use soft actor-critic in an environment with continuous state and action spaces. The environment is implemented in a `gym.Env` class with state and action spaces of the type …
-
I want to reproduce evalution only results using final checkpoints you provided.
I replaced policy_lm section with the checkpoint path in the default.yaml.
The following error occurs when loading…
-
Please make sure that this is a bug. As per our
[GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md),
we only address code/doc bugs, performance issues, feature requests a…
ghost updated
8 months ago
-
When I executed the train.sh you provided, I obtained the actual execution parameters as follows:
python -m swarm_rl.train --env=quadrotor_multi --train_for_env_steps=1000000000 --algo=APPO --use_r…
-
Hey all! I'm trying to track down a seeming reproducibility issue I'm having with the PPO implementation after I added some simple WandB logging. I ran the same code 7 times, and 4 of the times the re…
-
Hello, I am a student. I have trained a robot within the Isaac Gym simulator using the Isaac Gym's RL game library. Now, I am looking to apply this trained model to a real robot.
For this, I need t…