Coder Social home page Coder Social logo

louis030195 / xmoto-gym Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 160.24 MB

OpenAi's gym environment for Xmoto game - reinforcement learning research

Python 5.60% Dockerfile 0.11% Shell 0.06% Jupyter Notebook 94.22%
artificial-intelligence deep-learning deep-neural-networks deeplearning machine-learning machinelearning python reinforcement-learning

xmoto-gym's Introduction

# [louis030195.com](https://louis030195.com) πŸ€”

Louis is an evolved πŸ’.

πŸ—ΊοΈ Cheatsheet - The Hitchhiker guide to louis030195

<iframe src="https://link.excalidraw.com/readonly/BZRSRgsoF8sPs6Qcw4Tg" width="100%" height="600px" style="border: none;"></iframe>

πŸ”— Links

🌊 My memory stream

Here is a list of Louis brain diet & outputs:

πŸ‘‹ Favourite daily quotes from readwise.io/@louis

in order to be able to draw a limit to thought, we should have to find both sides of the limit thinkable (i.e. we should have to be able to think what cannot be thought)

[Routledge Classics] Ludwig Wittgenstein - Tractatus Logico-Philosophicus

2001, Routledge - libgen.lc

Is My To Do List Done Yet?

Summary: It's a daily review process combined with getting into the habit of making notes as you're doing the work, which i i think has a couple of benefits. Because our memories aren't very good at keeping track of what we really do. All of us ar involved in something, hopefully that we care about, that is important to us. Ah, it's just good practiceto be able to track how you're actually spending your time and energy, or investing your time andEnergy instead of just relying on your memory to do that.

Transcript: Speaker 1 Tei it's a daily review process combined with getting into the habit of making notes as you're doing the work, which i i think has a couple of benefits. Ah, it's just good practiceto to track how you're actually spending your time and energy, or investing your time and energy, instead of just relying on your memory to do that. Because our memories aren't very good at keeping track of what we really do. I think there's there's another cognitive and em a benefit to doing this, which is all of us ar involved in something, hopefully that we care about, that's important to us.

#106 Josh Kaufman β€” Maximizing Our Locus of Control

The Knowledge Project with Shane Parrish

Books

Summary: The modern use of the word cult is, we have this very micro-deficient cult. It's like a fake new religion as compared to the all presumably real older. In the language of the ancient city, these are all cults.

Transcript: Speaker 1 Yeah, yeah. In the language of the ancient city, these are all cults. These are all cults. The modern use of the word cult is, we have this very micro-deficient cult, which is like, whatever, basically what it's called meaning, kind of, modern parlance. It's like a fake new religion. As compared to the all presumably real older.

Speaker 2 Let me ask you a spicy question. If Mark had reason for starting a cult, what would that cult have to do and believe in? Don't you, I mean, you already have the answer.

Speaker 1 You're in it.

Speaker 3 Yeah. Yeah. Mark, I just thought you were going to say, my religion will require a sacrifice.

Speaker 1 Of course it requires a price. All religious requires a sacrifice.

Speaker 2 Yeah. Yeah. Someday our daughter has to be taken away from us, like, without city. Wow.

Speaker 1 No, no, no. We have the diluted form. My version, my call is a very diluted form of what my predecessor 4000 years ago would have had.

Speaker 2 Yeah, she only has listened to Mark's podcast.

Speaker 1 But appropriately so. There we go. OK. Booktube.

Speaker 2 Booktube. The Machiavellian's by a burner. Yeah.

Speaker 1 So actually, there's two books by Burnham. I referenced the Machiavellian's is actually stronger on, it's very good on politics, political theory, political structure, political power. And I'm happy to talk about that. The other book, the managerial revolution, is actually even more relevant, I think, to the kind of world that we live in. And maybe I could touch on that one if that's OK. Yeah. Yeah.

Marc Andreessen on Elon Musk, Good Startup Ideas, How to Have the Courage to Think Independently and Finding a Co-Founder

Aarthi and Sriram's Good Time Show

### 🧠 Recent entropy generated by my [brain](https://brain.louis030195.com) ℹ️ some of my latest thoughts, written in obsidian.md notes
<div class="highlight-text" style="margin-left: auto; margin-right: auto; min-width: 280px; max-width: 540px; text-align: left; padding-left: 34px; padding-right: 34px; padding-top: 30px; padding-bottom: 12px; white-space: normal;">
    <div style="font-family: Helvetica, Arial, sans-serif;">
        <div style='font-size: 14px; margin-bottom: 0; margin-top: 10px; font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; white-space: normal; font-display: swap;'>
            <p style="margin-bottom: 0; color: #9f8e7d">no brain dump from louis today 😭</p>
        </div>
    </div>
</div>

πŸ“š Books Louis is reading

✍ Recent book reviews

Anything that align with your interest? Let's have a 15-30 min remote coffee:

<script type="text/javascript"> (function (C, A, L) { let p = function (a, ar) { a.q.push(ar); }; let d = C.document; C.Cal = C.Cal || function () { let cal = C.Cal; let ar = arguments; if (!cal.loaded) { cal.ns = {}; cal.q = cal.q || []; d.head.appendChild(d.createElement("script")).src = A; cal.loaded = true; } if (ar[0] === L) { const api = function () { p(api, arguments); }; const namespace = ar[1]; api.q = api.q || []; typeof namespace === "string" ? (cal.ns[namespace] = api) && p(api, ar) : p(cal, ar); return; } p(cal, ar); }; })(window, "https://app.cal.com/embed/embed.js", "init"); Cal("init", "cof", {origin:"https://cal.com"});

Cal.ns.cof("inline", { elementOrSelector:"#my-cal-inline", calLink: "louis030195/cof", layout: "month_view" });

Cal.ns.cof("ui", {"styles":{"branding":{"brandColor":"#000000"}},"hideEventTypeDetails":false,"layout":"month_view"}); </script>

xmoto-gym's People

Contributors

louis030195 avatar rom1504 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

xmoto-gym's Issues

Score recognition bug

for contour in contours:

Traceback (most recent call last):
File "example.py", line 6, in
env.step(env.action_space.sample()) # take a random action
File "/mnt/sdb/ML/xmoto-gym/gym_xmoto/envs/xmoto_env.py", line 128, in step
score = recognize_score(tmpState[1][0:0+30,100:100+30])
File "/mnt/sdb/ML/xmoto-gym/score_recognition.py", line 23, in recognize_score
score_digits = preprocess_image(image)
File "/mnt/sdb/ML/xmoto-gym/image_preprocessor.py", line 97, in preprocess_image
for contour in contours:
TypeError: 'NoneType' object is not iterable

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.