Carl Hildebrandt

Results 18 comments of Carl Hildebrandt

Thanks for the feedback. I am glad you like the idea and more than happy to run the training experiments. I, however, am having problems training the models. I wrote...

Hi @eleurent, I trained 10 models using the code shown above. The only major difference was that I only trained them for half the number of time-steps (`5e4`). However looking...

Hi @eleurent, Thanks for the detailed response! Sorry I was busy with a paper deadline. The results you get with your own rl-agents repository looks much better! I will try...

@legobill you can run: ``` pip install tensorflow==0.12 ```

I am also having this issue.

Yeah I have tried resizing too. The issue is that the `self.frame` inside the `BackgroundFrameRead` seems to always be 3-4 seconds behind. So if you just save the video to...

@Aldarme where is the robotmaster API? It might help us isolate the issue if we can compare how they handle the video, compared to this library.

Yes I am using the latest on master. I am not installing it from pypi. I am using the latest with the updates that use `BackgroundFrameRead` and that uses `pyav`...

@Aldarme thanks, I will take a look at their implementation and see if I can figure out what they do to get rid of the lag.

Okay so I have a non lagging version. Most of the work is based off of the [RoboMaster API](https://robomaster-dev.readthedocs.io/en/latest/python_sdk/beginner_drone.html#initialize-the-robot). However I removed large amounts and made it work with my...