Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVlabs/cule
/ functions
Functions
958 in github.com/NVlabs/cule
⨍
Functions
958
◇
Types & classes
113
Method
ADC
cule/atari/m6502.hpp:133
Method
ASL
cule/atari/m6502.hpp:86
Method
AtariState
torchcule/atari_state.hpp:9
Method
GAME_TYPE get_id
cule/atari/ale.hpp:105
Method
LSB
cule/atari/types/bitfield.hpp:149
Method
LSR
cule/atari/m6502.hpp:97
Function
M6502_OPCODE decode
cule/atari/opcodes.cpp:36
Method
MSB
cule/atari/types/bitfield.hpp:143
Method
PS
cule/atari/m6502.hpp:180
Function
PYBIND11_MODULE
torchcule/frontend.cpp:17
Method
ROL
cule/atari/m6502.hpp:109
Method
ROR
cule/atari/m6502.hpp:121
Method
SBC
cule/atari/m6502.hpp:157
Method
T
transparent value getter (auto unboxing)
cule/atari/types/bitfield.hpp:82
Method
__array__
(self, dtype=None)
examples/utils/openai/atari_wrappers.py:191
Method
__getstate__
(self)
examples/utils/openai/subproc_vec_env.py:54
Method
__init__
(self, _bytes)
torchcule/atari/state.py:73
Method
__init__
(self, state)
torchcule/atari/state.py:103
Method
__init__
(self, env_name)
torchcule/atari/rom.py:15
Method
__init__
Initialize the ALE class with a given environment Args: env_name (str): The name of the Atari rom num_envs (int): The
torchcule/atari/env.py:55
Method
__init__
(self, path=None, lib='libcudart.so')
examples/utils/runtime.py:148
Method
__init__
(self, env=None)
examples/utils/openai/envs.py:8
Method
__init__
(self, x)
examples/utils/openai/subproc_vec_env.py:52
Method
__init__
envs: list of gym environments to run in subprocesses
examples/utils/openai/subproc_vec_env.py:63
Method
__init__
(self, env, max_episode_steps=None)
examples/utils/openai/atari_wrappers.py:8
Method
__init__
Sample initial states by taking random number of no-ops on reset. No-op is assumed to be action 0.
examples/utils/openai/atari_wrappers.py:26
Method
__init__
Take action on reset for environments that are fixed until firing.
examples/utils/openai/atari_wrappers.py:52
Method
__init__
Make end-of-life == end-of-episode, but only reset on true game over. Done by DeepMind for the DQN and co. since it helps value estimation.
examples/utils/openai/atari_wrappers.py:69
Method
__init__
Return only every `skip`-th frame
examples/utils/openai/atari_wrappers.py:105
Method
__init__
Stack k last frames. Returns lazy array, which is much more memory efficient. See Also -------- baselines.common.atari
examples/utils/openai/atari_wrappers.py:148
Method
__init__
This object ensures that common frames between the observations are only stored once. It exists purely to optimize memory usage which can be h
examples/utils/openai/atari_wrappers.py:183
Method
__init__
(self, epsilon=1e-4, shape=())
examples/utils/openai/vec_normalize.py:5
Method
__init__
(self, num_inputs, action_space, normalize=False, name=None)
examples/a2c/model.py:23
Method
__init__
(self, loader)
examples/ppo/train.py:19
Method
__init__
(self, batch_size, device, mem)
examples/dqn/train.py:32
Method
__init__
(self, args, capacity, device, num_ales=None)
examples/dqn/memory.py:8
Method
__init__
(self, args, action_space)
examples/dqn/agent.py:12
Method
__init__
(self, in_features, out_features, std_init=0.4)
examples/dqn/model.py:12
Method
__iter__
(self)
examples/dqn/memory.py:177
Method
__next__
(self)
examples/dqn/memory.py:182
Method
__repr__
(self)
torchcule/atari/state.py:262
Method
__repr__
(self)
torchcule/atari/rom.py:24
Method
__setstate__
(self, ob)
examples/utils/openai/subproc_vec_env.py:57
Method
__str__
(self)
examples/utils/runtime.py:10
Method
__str__
(self)
examples/dqn/agent.py:173
Function
_compile
(obj, src, ext, cc_args, extra_postargs, pp_opts)
setup.py:60
Method
_cuda_return_check
(self, rc, function, args)
examples/utils/runtime.py:154
Method
_reward
Bin reward to {+1, 0, -1} by its sign.
examples/utils/openai/atari_wrappers.py:130
Function
_thunk
()
examples/utils/openai/envs.py:16
Method
_unchecked_wrapper
cule/atari/types/bitfield.hpp:37
Method
act
cule/atari/environment.hpp:154
Function
action_kernel
cule/atari/cuda/kernels.hpp:396
Method
any
cule/atari/types/flagset.hpp:60
Function
applyAction
cule/atari/joystick.hpp:21
Method
applyAction
cule/atari/controller.hpp:73
Function
apply_palette_kernel
cule/atari/cuda/kernels.hpp:317
Function
apply_rescale_kernel
cule/atari/cuda/kernels.hpp:352
Function
ball_mask
cule/atari/tables.cpp:715
Method
belowMax
cule/atari/types/bitfield.hpp:178
Method
bitAt
cule/atari/types/bitfield.hpp:154
Method
bit_field
cule/atari/types/bitfield.hpp:53
Method
build_extensions
(self)
setup.py:79
Method
change
cule/atari/types/flagset.hpp:114
Method
check
cule/atari/types/bitfield.hpp:136
Method
clearAll
cule/atari/interrupt.hpp:27
Method
clearAll
cule/atari/types/flagset.hpp:133
Method
clockStartDisplay
cule/atari/tia.hpp:81
Method
clockStopDisplay
cule/atari/tia.hpp:89
Method
clocksThisLine
cule/atari/tia.hpp:73
Method
close
(self)
examples/utils/openai/subproc_vec_env.py:99
Function
collision_mask
Compute the collision decode table
cule/atari/tables.cpp:734
Method
compute_md5
cule/atari/rom.cpp:409
Method
copy
set the specified field to the lower `length` bits of (src>>shift)
cule/atari/types/flagset.hpp:187
Method
cptr
(self)
examples/utils/runtime.py:7
Method
current
cule/atari/interrupt.hpp:95
Method
currentScanline
cule/atari/tia.hpp:57
Method
dec
cule/atari/types/bitfield.hpp:286
Method
emulate
cule/atari/environment.hpp:126
Function
error
cule/atari/debug.hpp:210
Method
eval
Set ALE to evaluation mode
torchcule/atari/env.py:191
Method
execute
cule/atari/m6502.hpp:333
Function
explainAddrMode
cule/atari/opcodes.cpp:58
Function
extract_Y
cule/atari/palettes.hpp:84
Function
fatalError
cule/atari/debug.hpp:196
Method
fetchOpcode
cule/atari/mmc.hpp:77
Method
finishFrame
cule/atari/tia.hpp:149
Method
flag_set
default ctor
cule/atari/types/flagset.hpp:27
Method
flip
cule/atari/types/flagset.hpp:78
Method
forward
(self, x)
examples/a2c/model.py:54
Method
forward
(self, input)
examples/dqn/model.py:43
Method
forward
(self, x, log=False)
examples/dqn/model.py:99
Method
from_BCD
cule/atari/m6502.hpp:45
Function
generate_frames
cule/atari/cuda/dispatch.hpp:210
Function
generate_random_actions
cule/atari/cuda/dispatch.hpp:243
Function
get
cule/atari/ram.hpp:18
Method
getBool
(self)
torchcule/atari/state.py:83
Method
getFrameNumber
cule/atari/environment.hpp:60
Method
getLives
cule/atari/ale.hpp:155
Method
getRewards
cule/atari/ale.hpp:125
Method
getScore
cule/atari/ale.hpp:140
← previous
next →
301–400 of 958, ranked by callers