Ronilo Ragodos
Ronilo Ragodos
I tried to make my own using atari categorical actor critic for PPO, but I always get this error: ` /home/rj/.local/lib/python3.8/site-packages/tf2rl/algos/vpg.py:187 _get_action_body * action, logp = self.actor_critic(state, test) ValueError: too...
I keep getting this error due to some in place changes to the variable a in sample_multiple: `[W python_anomaly_mode.cpp:60] Warning: Error detected in AddmmBackward. Traceback of forward call that caused...
What are the physical meanings of each of the 7 action outputs in the LiftCube example you all gave here: https://colab.research.google.com/github/haosulab/ManiSkill2/blob/main/examples/tutorials/3_imitation_learning.ipynb ? I did find some info on the arm...
I understand the given examples when they are binned. But what about when discretize_continuous = False? As a specific example, consider the tabular data example given on your github. What...