MCPcopy Create free account
hub / github.com/MobileLLM/AutoDroid / __init__

Method __init__

droidbot/rl/RL_test.py:23–55  ·  view source on GitHub ↗
(
            self,
            env,
            memory_cap=1000,
            time_steps=3,
            gamma=0.85,
            epsilon=1.0,
            epsilon_decay=0.995,
            epsilon_min=0.01,
            learning_rate=0.005,
            batch_size=32,
            tau=0.125
    )

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

get_current_stateMethod · 0.95
create_modelMethod · 0.95

Tested by

no test coverage detected