#
doom
Here are 447 public repositories matching this topic...
Kill Kubernetes pods by playing Id's DOOM!
-
Updated
Feb 6, 2022 - 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
Apr 4, 2022 - 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
Apr 6, 2022 - Python
Vulkan DOOM 3 port based on DOOM 3 BFG Edition
-
Updated
May 20, 2021 - C++
DwarsYT
commented
Jan 28, 2021
A few projects have been done or are in the works to replace the soundtracks for NRFTL and the Master Levels. The idea would be to have these levels have their own dedicated tracks that either default to regular tracks or can be written over with a WAD. This would be similar to how Episode 4 works in The Ultimate Doom, or how the repeat MIDIs work in Heretic.
This way, it would be possible to
It's a Doom editor
-
Updated
Apr 7, 2022 - C++
Arnold - DOOM Agent
reinforcement-learning
neural-network
q-learning
artificial-intelligence
doom
doom-2
self-playing
vizdoom-competition
-
Updated
Jan 20, 2022 - Python
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
Apr 7, 2022 - C
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
Chocolate Doom WebAssembly port with WebSockets support
-
Updated
Apr 2, 2022 - C
Doom port for DOS, optimized to be as fast as possible!
-
Updated
Apr 7, 2022 - C
-
Updated
Oct 20, 2021 - JavaScript
Reinforcement learning models in ViZDoom environment
agent
learning
reinforcement-learning
pytorch
doom
behavior-tree
mcts
vizdoom
reinforcement
ppo
doomnet-track1
-
Updated
Mar 9, 2022 - Python
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