Jack Saunders

Results 9 comments of Jack Saunders

I had installed scikit-learn 1.1.1, downgrading as you suggested did the trick. Thank you!

What versions of Acme / launchpad did you use as I can downgrade to get it to work.

Thank you for updating the repository, I wasn't able to get it working with launchpad 0.4.0 either, I believe they removed the caching node at some point which might be...

For anyone having issues with this, this is caused by this within 'msgpack' falling back to the python implementation of the packer and unpacker. This is slower than the c...

Thank you for your reply, this clears it up. Ideally I would benefit from a vehicle specific 'reset(vehicle_name)' api call. Is there a function within the SimpleFlight Controller that would...

@jonyMarino That works for a single drone, however I was considering doing multi-agent reinforcement learning and, although still useful, using `client.reset()` resets all drones within the environment. I understand it...

I hadn't considered that function, I'll give it a try and report back.

I did find a solution, albeit a very hacky work around. I forked the repository and made the changes where you can resetVehcle('') and it will reset the individual drone...