Mert Albaba
Mert Albaba
Program does not run when I enter "gslam Dataset=/DroneMap/phantom3-village/phantom3-village-kfs/.npudronemap". In this dataset, how did you generate the 'Plane' in config.cfg? What does plane mean?
In Hopper, reward is always 0 independent of the action. The problem is that this code which is used in reward calculation in hopper.py get_reward(self, physics) function, always return 0...
## Problem Do you plan to provide hyperparameters for Humanoid environment of OpenAI Gym? ## Solution Description of proposed solution or change. ## Possible alternative solutions Description of any alternative...
I tried to reproduce your results presented in the paper with single expert demonstration in MuJoCo tasks. However, I can't reach any score close to the ones reported. For instance,...
After training agents, for instance using this command for Ant `python train.py task=Ant headless=True`, how can I create videos after the training by using this trained agent? In other words,...
I can't reproduce the Atari results reported in your paper. I directly use your code with your hyper parameters, with same package versions. However, I can't reproduce your results. The...