#
doom
Here are 397 public repositories matching this topic...
Kill Kubernetes pods by playing Id's DOOM!
-
Updated
Aug 21, 2021 - C++
WebAssembly from Scratch: From FizzBuzz to DooM.
-
Updated
Jul 15, 2021 - C++
Doom-based AI Research Platform for Reinforcement Learning from Raw Visual Information.
-
Updated
Sep 30, 2021 - C++
[ICML 2017] TensorFlow code for Curiosity-driven Exploration for Deep Reinforcement Learning
mario
deep-neural-networks
deep-learning
tensorflow
deep-reinforcement-learning
openai-gym
doom
exploration
rl
curiosity
self-supervised
-
Updated
Sep 7, 2021 - Python
Vulkan DOOM 3 port based on DOOM 3 BFG Edition
-
Updated
May 20, 2021 - C++
Arnold - DOOM Agent
reinforcement-learning
neural-network
q-learning
artificial-intelligence
doom
doom-2
self-playing
vizdoom-competition
-
Updated
Aug 25, 2021 - Python
It's a Doom editor
-
Updated
Oct 3, 2021 - C++
The classic, refined DOOM source port. For Windows PC.
game
c
windows
fps
gplv3
sdl
sdl2
retro
boom
free-software
doom
gpl
sdl2-mixer
sdl2-image
source-port
mbf
doom2
chocolate-doom
limit-removing
vanilla-doom
-
Updated
Oct 14, 2021 - C
SiFi270
commented
Sep 25, 2021
Background
Version of Crispy Doom: 5.10.3
Operating System and version: Windows 10 Home 20H2
Game: (Heretic)
Any loaded WADs and mods (please include full command line): None
Bug description
Observed behavior: I
Deep Reinforcement Learning for the JVM (Deep-Q, A3C)
-
Updated
Jun 7, 2021 - Java
A portable, enhanced source port of Doom, Heretic and Hexen.
game
windows
macos
linux
c-plus-plus
opengl
portable
desktop-application
doom
hexen
source-port
fmod
heretic
first-person-shooter
-
Updated
Aug 7, 2021 - C++
Doom-like raycasting engine that renders to ascii for playing in terminal
-
Updated
Jul 20, 2021 - Python
Reinforcement learning models in ViZDoom environment
agent
learning
reinforcement-learning
pytorch
doom
behavior-tree
mcts
vizdoom
reinforcement
ppo
doomnet-track1
-
Updated
Dec 29, 2019 - Python
Chocolate Doom WebAssembly port with WebSockets support
-
Updated
May 25, 2021 - C
Odamex - Online Multiplayer Doom port with a strong focus on the original gameplay while providing a breadth of enhancements.
-
Updated
Oct 14, 2021 - C++
[ICLR 2018] Tensorflow/Keras code for Semi-parametric Topological Memory for Navigation
-
Updated
Apr 9, 2019 - Python
Doom port for DOS, optimized to be as fast as possible!
-
Updated
Oct 4, 2021 - C
Improve this page
Add a description, image, and links to the doom topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the doom topic, visit your repo's landing page and select "manage topics."
From the comment in SDL_filesystem.h:
Please call SDL_free() on the pointer when you are done with itWhen building the project with MSVC, I ran into some debug heap asserts early into the program startup.
The culprit appears to be the code in
m_config.cthat doesfree(prefdir)as changing these toSDL_free(prefdir)resolved the issue.I'm not sure what to do about `GetDefaultConfi