๐คAgent Spec
What is DDQN+PER?
Component
What It Does
The Agent Spec Structure
{
"spec_name": {
"agent": {
"name": "AgentName", // For logging
"algorithm": {...}, // Algorithm configuration
"memory": {...}, // Experience storage
"net": {...} // Neural network
},
"env": {...},
"meta": {...}
}
}Available Algorithms
Algorithm
Type
Best For
Validated Environments
Example: DDQN+PER Spec
Algorithm Spec Breakdown
Parameter
Effect
Memory Spec Breakdown
Parameter
Effect
Net Spec Breakdown
Parameter
Effect
Running the Experiment
Dev Mode (Quick Test)

Train Mode (Full Training)
Results


Modifying the Spec
Change the Algorithm
Change the Memory
Change the Network
Using Other Algorithms
Algorithm
Spec Directory
Example Spec
Switching Algorithms
Algorithm-Specific Notes
Algorithm
Memory Type
Action Space
Key Parameters
What's Next
Last updated
Was this helpful?