#
doom
Here are 373 public repositories matching this topic...
Kill Kubernetes pods by playing Id's DOOM!
-
Updated
May 31, 2021 - C++
Doom-based AI Research Platform for Reinforcement Learning from Raw Visual Information.
-
Updated
Jul 15, 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
Jun 8, 2021 - Python
WebAssembly from Scratch: From FizzBuzz to DooM.
-
Updated
Jul 15, 2021 - C++
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
Nov 22, 2020 - Python
It's a Doom editor
-
Updated
Jul 16, 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
Jul 16, 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
Deep Reinforcement Learning for the JVM (Deep-Q, A3C)
-
Updated
Jun 7, 2021 - Java
Doom-like raycasting engine that renders to ascii for playing in terminal
-
Updated
May 27, 2021 - Python
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
May 9, 2021 - C++
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
[ICLR 2018] Tensorflow/Keras code for Semi-parametric Topological Memory for Navigation
-
Updated
Apr 9, 2019 - Python
Odamex - Online Multiplayer Doom port with a strong focus on the original gameplay while providing a breadth of enhancements.
-
Updated
Jul 13, 2021 - C++
Doom port for DOS, optimized to be as fast as possible!
-
Updated
Jul 14, 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