-
Hello,
When using BC, does adding reward for good actions and negative reward for bad actions in any way influence the training? I'd like to be able to have it mimic my movements but also identify …
-
El error que me sale es este:
Successfully built termcolor
Installing collected packages: tensorflow-estimator, gast, scipy, opt-einsum, astunparse, termcolor, keras-preprocessing, google-pasta, ten…
-
Hi @antoninbas , I want to try multicast and clone function on the bmv2, but the description about multicast and clone in the p4runtime spec is based on the PSA arch, while the simple_switch target is…
-
bc/trainer.py
BehavioralCloningTrainer class
In the function take_action, the self.model.sequence_length is informed as 1, but if recurrent is set to True, this parameter mabe should b self.sequen…
-
I am writing a data plane program that clones a packet to the ingress port. But in the cloned version of the packet (standarad_metadata.instance_type ==1) all the header fields are not kept intact. Wh…
-
I want to train my model with Imitation Learning algorithm DAGGER (Dataset Aggregation alghorithm). But I can't find any inmormation about ML alghorithms available to use with Unity ML-Agents (only PP…
-
Is it possible to have multi Teachers (agents) in Imitation Learning training?
Or should I just have 1 teacher agent?
-
In the documentation below, is writen that buffer_size is used in both PPO and BC:
https://github.com/Unity-Technologies/ml-agents/blob/master/docs/Training-ML-Agents.md
I am study the Behaviora…
-
Hello, I am an engineer student, as a school project in reinforcement learning, we tried to give a look at your code and see if there were any way to improve even more the agent. So far, we'v etried c…
-
Hey there!
Beautiful! just read your paper this looks fantastic. My study organism is octopus and we have had issues getting deeplabcut to differentiate the tips of their arms reliably. this create…