Software Engineering Checklist
Resources for essential topics of Software Engineering, including Distributed systems, Database, Operating Systems, etc.
Resources for essential topics of Software Engineering, including Distributed systems, Database, Operating Systems, etc.
Sources:
Gymnasium is the successsor of the famous OpenAI Gym library. It's highly recommended to move to gymnasium since gym is not being maintained.
Gymnasium is maintained by the Farama Foundation, an open-Sources nonprofit foundation.
Sources:
ViZDoom allows developing AI bots that play Doom using only visual information (the screen buffer). It is primarily intended for research in machine visual learning, and deep reinforcement learning, in particular.
Sources:
Note: the assembly code in this article can be MIPS or RISCV. This shouldn't be consufusing since the only big difference between them is that MIPS add a $
before the name of each register:
1 | # MIPS: |
Sources:
Sources:
Sources:
Useful self-hosted docker images which can be hosted on a remote server and be visited on the local browser.