Wil Koch
Wil Koch
For the new distance sensor message this is a bit tricky because the current setup isn't ideal. Right now we have them defined in two places, in GymFC and within...
@xabierolaz per my previous advice I suggest breaking the task into small workable PRs to make it easier for me to help you. Step 1 would be a PR that...
Hey @xabierolaz those aren't PRs, those are separate projects. PRs (pull requests) are opened for the repo the code will be merged to go through a review process (and CI)...
Hey @xabierolaz yep that's what the step function does https://github.com/wil3/gymfc/blob/master/gymfc/envs/fc_env.py#L237 In the tests directory you can see example uses of it.
Hi @Pranav-India, are you caught up on this thread? The sensor plugin has been discussed (for e.g., [here](https://github.com/wil3/gymfc/issues/79#issuecomment-648302685)). Yes, there is no distance sensor (yet), it needs to be created...
@xabierolaz The first thing I'd do is open up a PR for the gymfc-aircraft-plugins changes. That should merge first because the gymfc changes depend on it. But yea for glance...
I only have time to address one thing at a time. Once the plugin gets merged I'll revisit the GymFC integration.
With the dependency script looking good I'm going to update the current docker image used for Travis to use the same script so the environments are all the same.
Related to Issue: #58
Hi @MKamyab1991 please have a look at this tutorial, https://youtu.be/r6Q0Q7z2K9c. I'd be better able to help debug if you ran it as outlined in the video and README but this...