Daniel Seita
Daniel Seita
This has been answered in multiple places,e.g., https://github.com/rbgirshick/rcnn/issues/39 https://github.com/rbgirshick/rcnn/issues/36
Seems like VIN are implemented here using Python: https://github.com/TheAbhiKumar/tensorflow-value-iteration-networks
What command did you run to get those errors? I was able to fix this by removing and re-installing NVIDIA drivers.
@anmolsrivastava97 You can do this by looking at the output of the neural networks. The output of the neural networks will produce an image of the same dimensions as the...
This code base is not supported. It would be best to try out stable-baselines or a similar code base if you are running into errors.
Use stable-baselines, as baselines is no longer maintained. https://github.com/hill-a/stable-baselines
@shtse8 baselines is no longer maintained. I recommend stable-baselines. https://github.com/hill-a/stable-baselines
Use stable-baselines, as baselines is no longer maintained. https://github.com/hill-a/stable-baselines
# PPO2 Results as a Sanity Check To confirm that something related to DDPG is the issue (which might include DDPG-specific processing steps) I ran these commands for PPO2, using...
@araffin The normalize observation seems to be True here: https://github.com/openai/baselines/blob/ba2b01782034bcbdb73a2e744cff4cb1c99ab612/baselines/ddpg/ddpg.py#L32