AureumChaos / LEAP

A general purpose Library for Evolutionary Algorithms in Python.
Academic Free License v3.0
83 stars 19 forks source link

Can't seem to find openai_gym.py example #316

Open asmith26 opened 9 months ago

asmith26 commented 9 months ago

Hi there,

I noticed in this README it mentions there is an example of using LEAP with the OpenAI gym:

openai_gym.py -- example of using Open AI gym with LEAP

I can't seem to find this example, not sure if you can help me find it?

Thanks for any help, and for this amazing library!

lukepmccombs commented 9 months ago

I'm unsure what the original file has become, but if you are looking for an example of using LEAP with OpenAI gym we have this cartpole example.

asmith26 commented 9 months ago

Thanks very much for the quick response and your help @lukepmccombs. Can confirm I'm able to run this example (and I also came across another similar/gymnasium example that works well too) - let me know if I can help submit a PR to update the docs.

Many thanks again!

SigmaX commented 9 months ago

Thank you for raising this, @asmith26!

Reopening to remind us to fix the README.