Skip to content

ValKmjolnir/DQN-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DQN-demo

Description

Simple DQN demo using nasal programming language.

DQN data will be stored in file: agent.dat

Requirements

Nasal interpreter version 11.0. See here. Better use the version on branch master, or download latest zip.

Need to add path of nasal interpreter to environment path. But i copy the std directory here so it could run correctly without adding path.

Execute

Use this command to train the model:

nasal dqn.nas

And use this command to test the model:

nasal test.nas

What is Nasal?

Nasal is a programming language used in famous flight simulator FlightGear.It's quite simple and easy to learn and use.

I wrote an stack-based bytecode interpreter that can run this language out of flightgear environment efficiently.

Click HERE to get the nasal-interpreter source code on github.

Click HERE to get the nasal-interpreter source code on gitee.

Click HERE to get the information and usage of this programming language.

About

Simple DQN demo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages